qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Riku Voipio <riku.voipio@iki.fi>, Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/5] Linux user for 5.0 patches
Date: Tue, 24 Mar 2020 11:03:06 +0100	[thread overview]
Message-ID: <20200324100311.588288-1-laurent@vivier.eu> (raw)

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 2582e3016c674c61abe38503c51fd8adffc0d0b3:

  linux-user: Flush out implementation of gettimeofday (2020-03-23 16:12:36 +0100)

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

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

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



             reply	other threads:[~2020-03-24 10:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 10:03 Laurent Vivier [this message]
2020-03-24 10:03 ` [PULL 1/5] target/i386: Renumber EXCP_SYSCALL Laurent Vivier
2020-03-24 10:03 ` [PULL 2/5] linux-user/i386: Split out gen_signal Laurent Vivier
2020-03-24 10:03 ` [PULL 3/5] linux-user/i386: Emulate x86_64 vsyscalls Laurent Vivier
2020-03-24 10:03 ` [PULL 4/5] linux-user: Add x86_64 vsyscall page to /proc/self/maps Laurent Vivier
2020-03-24 10:03 ` [PULL 5/5] linux-user: Flush out implementation of gettimeofday Laurent Vivier
2020-03-24 11:00 ` [PULL 0/5] Linux user for 5.0 patches no-reply
2020-03-24 11:06   ` Laurent Vivier
2020-03-24 12:32 ` no-reply
  -- strict thread matches above, loose matches on Subject: below --
2020-02-13 12:21 Laurent Vivier
2020-02-14 17:56 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200324100311.588288-1-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).