]> git.proxmox.com Git - qemu.git/commit - usb-bsd.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 13:59:38 +0000 (07:59 -0600)
commit556cd09885bec3f69ba78228fe4e46dc1dad145b
tree7dc5acbacb95f22e69d69c4d1eb588bf1909e5cf
parent063846984ce7eb1c1ddce6dda39b662c64a80dc0
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>
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