From 88589343708f10f1ded0af100b2e11eec623bae2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 8 Dec 2009 13:11:50 +0100 Subject: rework -monitor handling, switch to QemuOpts This patch reworks the -monitor handling: - It adds a new "mon" QemuOpts list for the monitor(s). - It adds a monitor_parse() function to parse the -monitor switch. - It adds a mon_init function to initialize the monitor(s) from the "mon" QemuOpts list. - It winds up everything and removes the old bits. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- qemu-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-config.h') diff --git a/qemu-config.h b/qemu-config.h index 6246e76fc..34dfadc5f 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -7,6 +7,7 @@ extern QemuOptsList qemu_device_opts; extern QemuOptsList qemu_netdev_opts; extern QemuOptsList qemu_net_opts; extern QemuOptsList qemu_rtc_opts; +extern QemuOptsList qemu_mon_opts; int qemu_set_option(const char *str); int qemu_global_option(const char *str); -- cgit v1.2.3