]> git.proxmox.com Git - qemu.git/commit - monitor.h
monitor: Introduce MONITOR_USE_CONTROL flag
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 27 Nov 2009 00:58:51 +0000 (22:58 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 15:41:21 +0000 (09:41 -0600)
commit418173c72f2eab47a3bb76d1d379cdb215d711d0
treedbbe0dd4736b26ba444d5d776501c6bb21b9d33f
parent5d6c37fb323ff5703d8c4c9cedec5763bd003b7e
monitor: Introduce MONITOR_USE_CONTROL flag

This flag will be set when Monitor enters "control mode", in
which the output will be defined by the QEMU Monitor Protocol.

This also introduces a macro to check if the flag is set.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c
monitor.h