For some reason the monitor option is included twice in this
datastructure. Probably a mistake during a merge. Patch also available at:
http://etud.epita.fr/~bevand_m/pub/kvm-remove-duplicate-monitor-option.patch
Signed-off-by: Marc Bevand <m.bevand <at> gmail.com>
diff --git a/qemu/vl.c b/qemu/vl.c
index 7e4dce1..1c251e9 100644
--- a/qemu/vl.c
+++ b/qemu/vl.c
@@ -8008,7 +8008,6 @@ const QEMUOption qemu_options[] = {
#endif
{ "localtime", 0, QEMU_OPTION_localtime },
{ "std-vga", 0, QEMU_OPTION_std_vga },
- { "monitor", 1, QEMU_OPTION_monitor },
{ "balloon", 1, QEMU_OPTION_balloon },
{ "vmchannel", 1, QEMU_OPTION_vmchannel },
{ "echr", HAS_ARG, QEMU_OPTION_echr },
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html