Home
last modified time | relevance | path

Searched hist:cfa9bb23 (Results 1 – 1 of 1) sorted by relevance

/qemu/include/ui/
H A Dqemu-spice.hcfa9bb23 Tue Jan 13 16:21:45 GMT 2015 Markus Armbruster <armbru@redhat.com> qmp hmp: Improve error messages when SPICE is not in use

Commit 7572150 adopted QERR_DEVICE_NOT_ACTIVE for the purpose,
probably because adding another error seemed cumbersome overkill.
Produces "No spice device has been activated", which is awkward.

We've since abandoned our quest for "rich" error objects. Time to
undo the damage to this error message. Replace it by "SPICE is not in
use".

Keep the stupid DeviceNotActive ErrorClass for compatibility, even
though Libvirt doesn't use it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>