]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: assume seccomp sandbox is supported since qemu 1.2
authorJán Tomko <jtomko@redhat.com>
Mon, 10 Dec 2012 15:28:55 +0000 (16:28 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Dec 2012 17:52:29 +0000 (18:52 +0100)
commit6543a459ef1e8af408beb697bf768abacf0b9200
tree526b4ee6d31b725c7e879daa6a4879367eab0da3
parentc2fbb3c656caeae632cb16ed7b4ea4424bc0cab1
qemu: assume seccomp sandbox is supported since qemu 1.2

Currently there is no way to detect it via QMP and requesting "-sandbox
off" works correctly even if it was compiled out, so this will work
unless someone both requests the sandbox in qemu.conf and builds QEMU
without the support for it.
src/qemu/qemu_capabilities.c