diff options
author | Aurelien Jarno | 2010-12-27 22:59:48 +0100 |
---|---|---|
committer | Aurelien Jarno | 2010-12-27 22:59:48 +0100 |
commit | 818c2e1b9777599d333855330d94050b3432c8b7 (patch) | |
tree | df85b289b7c0f797fbf5bf8ca5bca4422b387aa7 /monitor.h | |
parent | x86: Filter out garbage from segment flags dump (diff) | |
parent | vnc/spice: add set_passwd monitor command. (diff) | |
download | qemu-818c2e1b9777599d333855330d94050b3432c8b7.tar.gz qemu-818c2e1b9777599d333855330d94050b3432c8b7.tar.xz qemu-818c2e1b9777599d333855330d94050b3432c8b7.zip |
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
* 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu:
vnc/spice: add set_passwd monitor command.
vnc: support password expire
vnc: auth reject cleanup
spice: add qmp 'query-spice' and hmp 'info spice' commands.
spice: connection events.
spice: add qxl device
spice: add qxl vgabios binary.
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ typedef enum MonitorEvent { QEVENT_BLOCK_IO_ERROR, QEVENT_RTC_CHANGE, QEVENT_WATCHDOG, + QEVENT_SPICE_CONNECTED, + QEVENT_SPICE_INITIALIZED, + QEVENT_SPICE_DISCONNECTED, QEVENT_MAX, } MonitorEvent; |