qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] More linux i386 syscalls definition
@ 2006-09-10 13:57 Nicolas Collignon
  0 siblings, 0 replies; only message in thread
From: Nicolas Collignon @ 2006-09-10 13:57 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

Hello

This patch adds syscall number (271 to 316) for i386 linux.
I'm on the way to implement xxxxat() syscall variants (openat,
mkdirat, chmodat ...).

Bye
Nicolas

-- 
Person who say it cannot be done should not interrupt person doing it.

[-- Attachment #2: qemu_linuxi386_sysnr.diff --]
[-- Type: text/plain, Size: 2107 bytes --]

Index: linux-user/i386/syscall_nr.h
===================================================================
RCS file: /sources/qemu/qemu/linux-user/i386/syscall_nr.h,v
retrieving revision 1.2
diff -u -b -B -r1.2 syscall_nr.h
--- linux-user/i386/syscall_nr.h	6 Dec 2004 22:58:05 -0000	1.2
+++ linux-user/i386/syscall_nr.h	10 Sep 2006 13:51:44 -0000
@@ -272,3 +272,49 @@
 #define TARGET_NR_clock_nanosleep	(TARGET_NR_timer_create+8)
 
 #define TARGET_NR_utimes		271
+#define TARGET_NR_fadvise64_64         272
+#define TARGET_NR_vserver		273
+#define TARGET_NR_mbind		274
+#define TARGET_NR_get_mempolicy	275
+#define TARGET_NR_set_mempolicy	276
+#define TARGET_NR_mq_open 		277
+#define TARGET_NR_mq_unlink		(TARGET_NR_mq_open+1)
+#define TARGET_NR_mq_timedsend	        (TARGET_NR_mq_open+2)
+#define TARGET_NR_mq_timedreceive	(TARGET_NR_mq_open+3)
+#define TARGET_NR_mq_notify		(TARGET_NR_mq_open+4)
+#define TARGET_NR_mq_getsetattr	(TARGET_NR_mq_open+5)
+#define TARGET_NR_kexec_load		283
+#define TARGET_NR_waitid		284
+
+#define TARGET_NR_add_key		286
+#define TARGET_NR_request_key	        287
+#define TARGET_NR_keyctl		288
+#define TARGET_NR_ioprio_set		289
+#define TARGET_NR_ioprio_get		290
+#define TARGET_NR_inotify_init	        291
+#define TARGET_NR_inotify_add_watch	292
+#define TARGET_NR_inotify_rm_watch	293
+#define TARGET_NR_migrate_pages	294
+#define TARGET_NR_openat		295
+#define TARGET_NR_mkdirat		296
+#define TARGET_NR_mknodat		297
+#define TARGET_NR_fchownat		298
+#define TARGET_NR_futimesat		299
+#define TARGET_NR_fstatat64		300
+#define TARGET_NR_unlinkat		301
+#define TARGET_NR_renameat		302
+#define TARGET_NR_linkat		303
+#define TARGET_NR_symlinkat		304
+#define TARGET_NR_readlinkat		305
+#define TARGET_NR_fchmodat		306
+#define TARGET_NR_faccessat		307
+#define TARGET_NR_pselect6		308
+#define TARGET_NR_ppoll		309
+#define TARGET_NR_unshare		310
+#define TARGET_NR_set_robust_list	311
+#define TARGET_NR_get_robust_list	312
+#define TARGET_NR_splice		313
+#define TARGET_NR_sync_file_range	314
+#define TARGET_NR_tee	                315
+#define TARGET_NR_vmsplice		316
+

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-10 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-10 13:57 [Qemu-devel] [PATCH] More linux i386 syscalls definition Nicolas Collignon

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