]> git.proxmox.com Git - qemu.git/commit - usb-linux.c
qdev: Replace device names containing whitespace
authorMarkus Armbruster <armbru@redhat.com>
Wed, 9 Dec 2009 16:07:53 +0000 (17:07 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:28 +0000 (08:17 -0600)
commit72fbd9f97c11a981d2b235212bce20582f1494a9
tree14e3f598143a08b8c89f83755680f13430218ca2
parent5b6d0419d9a411d83a1078a146ee140482dcc02c
qdev: Replace device names containing whitespace

Device names with whitespace require quoting in the shell and in the
monitor.  Some of the offenders are also overly long.  Some have a
more convenient alias, some don't.

The place for verbose device names is DeviceInfo member desc.  The
name should be short & sweet.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 556cd09885bec3f69ba78228fe4e46dc1dad145b)
19 files changed:
hw/bt-hid.c
hw/cirrus_vga.c
hw/grackle_pci.c
hw/ide/cmd646.c
hw/ide/piix.c
hw/unin_pci.c
hw/usb-bt.c
hw/usb-bus.c
hw/usb-hid.c
hw/usb-hub.c
hw/usb-msd.c
hw/usb-net.c
hw/usb-ohci.c
hw/usb-serial.c
hw/usb-uhci.c
hw/usb-wacom.c
hw/vmware_vga.c
usb-bsd.c
usb-linux.c