summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-12-08 13:11:37 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-12 07:59:41 -0600
commit4e307fc883b39c89ffc093c79eb9c9735724d227 (patch)
tree65de7d10a7bed6570efd7e6b79d4b0654abb3589 /monitor.h
parent1a688d3bbc2a44bfefa3f6774a11b0385dafc029 (diff)
downloadqemu-4e307fc883b39c89ffc093c79eb9c9735724d227.tar.gz
Revert "monitor: Command-line flag to enable control mode"
This reverts commit adcb181afe5a951c521411c7a8e9d9b791aa6742. Conflicts: monitor.h Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor.h b/monitor.h
index 38cc2238a9..6ed117a920 100644
--- a/monitor.h
+++ b/monitor.h
@@ -24,7 +24,6 @@ typedef enum MonitorEvent {
} MonitorEvent;
void monitor_protocol_event(MonitorEvent event, QObject *data);
-const char *monitor_cmdline_parse(const char *cmdline, int *flags);
void monitor_init(CharDriverState *chr, int flags);
int monitor_suspend(Monitor *mon);