]> git.proxmox.com Git - qemu.git/commit
rework -monitor handling, switch to QemuOpts
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:50 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:30 +0000 (08:17 -0600)
commitad960ddbceb0145abf2674404f2dd1ce57c21676
tree2e8712801a0512d36d6ce1d83648cd4b2f3dbf3f
parent239a69680c825608edccf064568a0f1582084760
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>
(cherry picked from commit 88589343708f10f1ded0af100b2e11eec623bae2)
qemu-config.c
qemu-config.h
vl.c