[Qemu-devel] [PATCH v6 2/3] Adding qemu-seccomp.[ch]

2012-08-13 Thread Eduardo Otubo
v1: * I added a syscall struct using priority levels as described in the libseccomp man page. The priority numbers are based to the frequency they appear in a sample strace from a regular qemu guest run under libvirt. Libseccomp generates linear BPF code to filter system calls, those

[Qemu-devel] [PATCH v6 2/3] Adding qemu-seccomp.[ch]

2012-08-13 Thread Eduardo Otubo
v1: * I added a syscall struct using priority levels as described in the libseccomp man page. The priority numbers are based to the frequency they appear in a sample strace from a regular qemu guest run under libvirt. Libseccomp generates linear BPF code to filter system calls, those