qmp: don't make -qmp disable the default monitor
commitd49f626ed00cecc90fb1ff88da9bdf11e57094d1
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 19:52:30 +0000 (17 14:52 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Mar 2010 20:27:39 +0000 (19 15:27 -0500)
treee519af9e19e03f17b9b053768ddc996ae3eaaab3
parent8af8ce4d6116e3d46ad298ca8fe50d3b515b1aac
qmp: don't make -qmp disable the default monitor

Instead, we introduce a default_qmp flag.  We don't use it yet, but will in the
next patch.

This has a user-visible impact as specifying just -qmp will now also show a
monitor on the 'vc'.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c