about summary refs log tree commit diff stats
path: root/src/focaccia/qemu/x86.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/focaccia/qemu/x86.py')
-rw-r--r--src/focaccia/qemu/x86.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/focaccia/qemu/x86.py b/src/focaccia/qemu/x86.py
index 5313388..3136fce 100644
--- a/src/focaccia/qemu/x86.py
+++ b/src/focaccia/qemu/x86.py
@@ -37,6 +37,7 @@ emulated_system_calls = {
     53:  SyscallInfo('sockpair', patchup_address_registers=['r10']),
     54:  SyscallInfo('setsockopt'),
     55:  SyscallInfo('getsockpair', patchup_address_registers=['r10', 'r8']),
+    62:  SyscallInfo('kill'),
     72:  SyscallInfo('fcntl', patchup_address_registers=['rdx']),
     73:  SyscallInfo('flock'),
     74:  SyscallInfo('fsync'),
@@ -84,6 +85,7 @@ emulated_system_calls = {
     128: SyscallInfo('rt_sigtimedwait', patchup_address_registers=['rsi']),
     129: SyscallInfo('rt_sigqueueinfo', patchup_address_registers=['rdx']),
     130: SyscallInfo('rt_sigsuspend'),
+    200: SyscallInfo('tkill'),
     213: SyscallInfo('epoll_create'),
     219: SyscallInfo('restart_syscall'),
     232: SyscallInfo('epoll_wait', patchup_address_registers=['rsi']),