]> git.proxmox.com Git - qemu.git/commit
USB: Improve usbdevice error messages
authorScott Tsai <scottt.tw@gmail.com>
Tue, 22 Dec 2009 20:30:18 +0000 (04:30 +0800)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 23 Dec 2009 06:42:38 +0000 (07:42 +0100)
commit41193c50fac2b6d78122514826770b43318dca8d
treeea44bb7f0c7169ab483921a1a41c1390208969cf
parentda0266005ab8951186ce0a77e643f78472487f4a
USB: Improve usbdevice error messages

When an non-existent USB device is specified on the command line,
print "qemu: could not add USB device 'X'".
Likewise for the usb_{add,del} monitor commands.

Signed-off-by: Scott Tsai <scottt.tw@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 59d1c1c2d774cccb0a88ff73501f97bea190c154)
vl.c