]> git.proxmox.com Git - qemu.git/commit - vl.c
add new -mon switch
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:51 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:43 +0000 (07:59 -0600)
commit22a0e04b9bb5a02e13b3e5cf5ea8abfac5f34120
tree79c348724dd9bff41d27a11800e5270e06f2a22e
parent88589343708f10f1ded0af100b2e11eec623bae2
add new -mon switch

Add -mon switch which maps pretty straight forward into the QemuOpts
internal representation:

  -mon chardev=<name>[,mode=[control|readline]][,[no]default]

Via config file:

[mon]
   chardev = "<name>"
   mode = "readline"
   default = "on"

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options.hx
vl.c