]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: output error when try to hotplug unsupported console type
authorLuyao Huang <lhuang@redhat.com>
Thu, 22 Jan 2015 02:28:18 +0000 (10:28 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 22 Jan 2015 10:17:14 +0000 (11:17 +0100)
commit860522d26b9bd532d4f77d057d85e847c84e6af5
tree17c18d71256ee23e45f72c832ad3aa706bbd95ef
parent280ece4af95727eac49baaa48eb1a2fc36fad4ff
qemu: output error when try to hotplug unsupported console type

https://bugzilla.redhat.com/show_bug.cgi?id=1164627

When using 'virsh attach-device' to hotplug an unsupported console type
into a qemu guest the attachment would succeed as the command line
formatter didn't report error in such case.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/qemu/qemu_command.c