qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] linux-user: Implement x86_64 vsyscalls
@ 2020-02-13  3:22 Richard Henderson
  2020-02-13  3:22 ` [PATCH v3 1/5] target/i386: Renumber EXCP_SYSCALL Richard Henderson
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Richard Henderson @ 2020-02-13  3:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

Changes for v3:

  * Add TARGET_VSYSCALL_PAGE define.
  * Move the sigsegv goto around.

v2: https://lists.gnu.org/archive/html/qemu-devel/2020-01/msg03474.html
v1: https://lists.gnu.org/archive/html/qemu-devel/2020-01/msg02841.html


r~


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

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

-- 
2.20.1



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

end of thread, other threads:[~2020-02-25 20:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-13  3:22 [PATCH v3 0/5] linux-user: Implement x86_64 vsyscalls Richard Henderson
2020-02-13  3:22 ` [PATCH v3 1/5] target/i386: Renumber EXCP_SYSCALL Richard Henderson
2020-02-13  3:22 ` [PATCH v3 2/5] linux-user/i386: Split out gen_signal Richard Henderson
2020-02-13  3:22 ` [PATCH v3 3/5] linux-user/i386: Emulate x86_64 vsyscalls Richard Henderson
2020-02-13  3:22 ` [PATCH v3 4/5] linux-user: Add x86_64 vsyscall page to /proc/self/maps Richard Henderson
2020-02-13  3:22 ` [PATCH v3 5/5] linux-user: Flush out implementation of gettimeofday Richard Henderson
2020-02-13  4:08 ` [PATCH v3 0/5] linux-user: Implement x86_64 vsyscalls no-reply
2020-02-25 19:59 ` Richard Henderson
2020-02-25 20:36   ` Laurent Vivier

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).