[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Linux user for 5.2 patches
From: |
Laurent Vivier |
Subject: |
[PULL 0/5] Linux user for 5.2 patches |
Date: |
Mon, 7 Sep 2020 11:17:43 +0200 |
The following changes since commit 8ca019b9c9ff916414371dd13d265bbab308b14a:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' int=
o staging (2020-09-04 23:24:03 +0100)
are available in the Git repository at:
git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
for you to fetch changes up to 5d5d17522f59696d18fdbc51984c7b4ebf191f7c:
linux-user: Protect btrfs ioctl target definitions (2020-09-06 12:29:19 +02=
00)
----------------------------------------------------------------
Add ppoll_time64() and pselect6_time64()
Some fixes for for elfload, fcntl, termbits and btrfs
----------------------------------------------------------------
Filip Bozuta (2):
linux-user: Add support for ppoll_time64() and pselect6_time64()
linux-user: Protect btrfs ioctl target definitions
Laurent Vivier (1):
linux-user: fix ppc/termbits.h
Timothy Baldwin (2):
linux-user: Correctly start brk after executable
linux-user: Map signal numbers in fcntl
linux-user/elfload.c | 7 +-
linux-user/ppc/termbits.h | 2 +-
linux-user/syscall.c | 470 +++++++++++++++++++++-----------------
linux-user/syscall_defs.h | 2 +
4 files changed, 264 insertions(+), 217 deletions(-)
--=20
2.26.2
- [PULL 0/5] Linux user for 5.2 patches,
Laurent Vivier <=
- [PULL 3/5] linux-user: Map signal numbers in fcntl, Laurent Vivier, 2020/09/07
- [PULL 1/5] linux-user: Add support for ppoll_time64() and pselect6_time64(), Laurent Vivier, 2020/09/07
- [PULL 4/5] linux-user: fix ppc/termbits.h, Laurent Vivier, 2020/09/07
- [PULL 5/5] linux-user: Protect btrfs ioctl target definitions, Laurent Vivier, 2020/09/07
- [PULL 2/5] linux-user: Correctly start brk after executable, Laurent Vivier, 2020/09/07
- Re: [PULL 0/5] Linux user for 5.2 patches, Peter Maydell, 2020/09/07