]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix the check of the output of monitor command 'device_add'
authorWen Congyang <wency@cn.fujitsu.com>
Thu, 24 Mar 2011 08:56:40 +0000 (16:56 +0800)
committerWen Congyang <wency@cn.fujitsu.com>
Fri, 25 Mar 2011 04:38:34 +0000 (12:38 +0800)
commitc4dae2d9a8a317b2485b6e1a242b77654bedee81
tree581c33344fcff7a0d58568aca316b71960dfc02a
parent72d4ff5b7c10045f58ff332dbfbcaa9af4a0684f
fix the check of the output of monitor command 'device_add'

Hotpluging host usb device by text mode will fail, because the monitor
command 'device_add' outputs 'husb: using...' if it succeeds, but we
think the command should not output anything.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
src/qemu/qemu_monitor_text.c