All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2 0/5] Linux user for 5.0 patches
@ 2020-03-24 11:16 Laurent Vivier
  2020-03-24 11:16 ` [PULL v2 1/5] target/i386: Renumber EXCP_SYSCALL Laurent Vivier
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Laurent Vivier @ 2020-03-24 11:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Laurent Vivier

The following changes since commit 29e0855c5af62bbb0b0b6fed792e004dad92ba95:

  Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging (2020-03-22 21:00:38 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-5.0-pull-request

for you to fetch changes up to eec24827f7e67ead39349bb78597da566f854a4c:

  linux-user: Flush out implementation of gettimeofday (2020-03-24 12:04:14 +0100)

----------------------------------------------------------------
Emulate x86_64 vsyscall

v2: remove trailing space

----------------------------------------------------------------

Richard Henderson (5):
  target/i386: Renumber EXCP_SYSCALL
  linux-user/i386: Split out gen_signal
  linux-user/i386: Emulate x86_64 vsyscalls
  linux-user: Add x86_64 vsyscall page to /proc/self/maps
  linux-user: Flush out implementation of gettimeofday

 linux-user/i386/cpu_loop.c | 201 ++++++++++++++++++++++++++-----------
 linux-user/syscall.c       |  39 ++++++-
 target/i386/cpu.h          |  12 ++-
 target/i386/translate.c    |  14 ++-
 4 files changed, 200 insertions(+), 66 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-03-25  7:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 11:16 [PULL v2 0/5] Linux user for 5.0 patches Laurent Vivier
2020-03-24 11:16 ` [PULL v2 1/5] target/i386: Renumber EXCP_SYSCALL Laurent Vivier
2020-03-24 11:16 ` [PULL v2 2/5] linux-user/i386: Split out gen_signal Laurent Vivier
2020-03-24 11:16 ` [PULL v2 3/5] linux-user/i386: Emulate x86_64 vsyscalls Laurent Vivier
2020-03-24 11:16 ` [PULL v2 4/5] linux-user: Add x86_64 vsyscall page to /proc/self/maps Laurent Vivier
2020-03-24 11:17 ` [PULL v2 5/5] linux-user: Flush out implementation of gettimeofday Laurent Vivier
2020-03-24 12:20 ` [PULL v2 0/5] Linux user for 5.0 patches Peter Maydell
2020-03-24 12:32   ` Laurent Vivier
2020-03-24 13:14     ` Peter Maydell
2020-03-24 22:10       ` Laurent Vivier
2020-03-25  7:41         ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.