commit | 88589343708f10f1ded0af100b2e11eec623bae2 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Dec 08 13:11:50 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Sat Dec 12 07:59:43 2009 -0600 |
tree | 7c830f768470db45d297b313d50cbdf8dd0a6677 | |
parent | 33521634bf15996e020c51c47abaaa68e27bf356 [diff] |
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 <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>