diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 3cf279e41e..2caee6665e 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -11515,7 +11515,9 @@ qemuParseCommandLine(virCapsPtr qemuCaps, _("cannot parse nvram's address '%s'"), val); goto error; } - } else if (STREQ(arg, "-S")) { + } else if (STREQ(arg, "-S") || + STREQ(arg, "-nodefaults") || + STREQ(arg, "-nodefconfig")) { /* ignore, always added by libvirt */ } else { char *tmp = NULL;