commit | 22a0e04b9bb5a02e13b3e5cf5ea8abfac5f34120 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Dec 08 13:11:51 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Sat Dec 12 07:59:43 2009 -0600 |
tree | 79c348724dd9bff41d27a11800e5270e06f2a22e | |
parent | 88589343708f10f1ded0af100b2e11eec623bae2 [diff] |
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>