mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
qemu: capabilities: do not look at parameters for sandbox
Assume the presence of the 'sandbox' option is enough, no need to look at the parameters. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
3f3cf5899c
commit
c0f82ba205
@ -3208,7 +3208,7 @@ static struct virQEMUCapsCommandLineProps virQEMUCapsCommandLine[] = {
|
||||
{ "machine", "kernel_irqchip", QEMU_CAPS_MACHINE_KERNEL_IRQCHIP },
|
||||
{ "numa", NULL, QEMU_CAPS_NUMA }, /* not needed after qemuCaps->version < 3000000 */
|
||||
{ "overcommit", NULL, QEMU_CAPS_OVERCOMMIT },
|
||||
{ "sandbox", "enable", QEMU_CAPS_SECCOMP_SANDBOX },
|
||||
{ "sandbox", NULL, QEMU_CAPS_SECCOMP_SANDBOX },
|
||||
{ "spice", "gl", QEMU_CAPS_SPICE_GL },
|
||||
{ "spice", "unix", QEMU_CAPS_SPICE_UNIX },
|
||||
{ "spice", "rendernode", QEMU_CAPS_SPICE_RENDERNODE },
|
||||
|
Loading…
x
Reference in New Issue
Block a user