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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/focaccia/qemu/x86.py b/src/focaccia/qemu/x86.py
index 347bbc4..7d11c0e 100644
--- a/src/focaccia/qemu/x86.py
+++ b/src/focaccia/qemu/x86.py
@@ -8,3 +8,7 @@ emulated_system_calls = {
     318: SyscallInfo('getrandom', patchup_address_registers=['rdi'])
 }
 
+passthrough_system_calls = {
+    56:  SyscallInfo('clone', patchup_address_registers=['rdx', 'r10'], creates_thread=True),
+}
+