qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] linux-user: Update sh4 syscall definitions to match Linux 4.8
@ 2017-01-16 22:44 John Paul Adrian Glaubitz
  2017-01-16 22:44 ` [Qemu-devel] [PATCH] linux-user: Update m68k syscall definitions to match Linux 4.6 John Paul Adrian Glaubitz
  0 siblings, 1 reply; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2017-01-16 22:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

Hi!

Same as with my previous patch for the sh4 target, here is the updated
syscall definition table for Linux 4.6+. Since the last update to 4.4,
three new syscalls were added.

Thanks,
Adrian

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

* [Qemu-devel] [PATCH] linux-user: Update m68k syscall definitions to match Linux 4.6
  2017-01-16 22:44 [Qemu-devel] linux-user: Update sh4 syscall definitions to match Linux 4.8 John Paul Adrian Glaubitz
@ 2017-01-16 22:44 ` John Paul Adrian Glaubitz
  2017-01-16 22:47   ` John Paul Adrian Glaubitz
  0 siblings, 1 reply; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2017-01-16 22:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent, John Paul Adrian Glaubitz

Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
---
 linux-user/m68k/syscall_nr.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/linux-user/m68k/syscall_nr.h b/linux-user/m68k/syscall_nr.h
index 4b50fb29b6..4e9e6ebeac 100644
--- a/linux-user/m68k/syscall_nr.h
+++ b/linux-user/m68k/syscall_nr.h
@@ -376,3 +376,6 @@
 #define TARGET_NR_userfaultfd           373
 #define TARGET_NR_membarrier            374
 #define TARGET_NR_mlock2                375
+#define TARGET_NR_file_range            376
+#define TARGET_NR_preadv2               377
+#define TARGET_NR_pwritev2              378
-- 
2.11.0

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

* Re: [Qemu-devel] [PATCH] linux-user: Update m68k syscall definitions to match Linux 4.6
  2017-01-16 22:44 ` [Qemu-devel] [PATCH] linux-user: Update m68k syscall definitions to match Linux 4.6 John Paul Adrian Glaubitz
@ 2017-01-16 22:47   ` John Paul Adrian Glaubitz
  0 siblings, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2017-01-16 22:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

On 01/16/2017 11:44 PM, John Paul Adrian Glaubitz wrote:
> +#define TARGET_NR_file_range            376
> +#define TARGET_NR_preadv2               377
> +#define TARGET_NR_pwritev2              378

Oops, there's a copy-and-paste error. This should be
TARGET_NR_copy_file_range. Will update in a second.

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

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

end of thread, other threads:[~2017-01-16 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 22:44 [Qemu-devel] linux-user: Update sh4 syscall definitions to match Linux 4.8 John Paul Adrian Glaubitz
2017-01-16 22:44 ` [Qemu-devel] [PATCH] linux-user: Update m68k syscall definitions to match Linux 4.6 John Paul Adrian Glaubitz
2017-01-16 22:47   ` John Paul Adrian Glaubitz

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