summaryrefslogtreecommitdiffstats
path: root/monitor.c
diff options
context:
space:
mode:
authorAnthony Liguori2012-03-19 19:37:41 +0100
committerAnthony Liguori2012-03-19 19:37:41 +0100
commitb85a4ec8a7ce348f3f385a53df4e418f2f54c182 (patch)
treec880041590cad24ccb224b3a9fd4c059c845e3e3 /monitor.c
parentMerge remote-tracking branch 'spice/spice.v50' into staging (diff)
parentqemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() (diff)
downloadqemu-b85a4ec8a7ce348f3f385a53df4e418f2f54c182.tar.gz
qemu-b85a4ec8a7ce348f3f385a53df4e418f2f54c182.tar.xz
qemu-b85a4ec8a7ce348f3f385a53df4e418f2f54c182.zip
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write() ioapic: fix build with DEBUG_IOAPIC .gitignore: add qemu-bridge-helper and option rom build products cleanup obsolete typedef monitor: Remove unused bool field 'qapi' in mon_cmd_t struct ds1338: Add missing break statement vnc: Fix packed boolean struct members Remove type field in ModuleEntry as it's not used
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 8f460317ee..2ff1e0b4d6 100644
--- a/monitor.c
+++ b/monitor.c
@@ -128,7 +128,6 @@ typedef struct mon_cmd_t {
int (*cmd_async)(Monitor *mon, const QDict *params,
MonitorCompletion *cb, void *opaque);
} mhandler;
- bool qapi;
int flags;
} mon_cmd_t;