]> Git Repo - qemu.git/commit
qdev: Replace device names containing whitespace
authorMarkus Armbruster <[email protected]>
Wed, 9 Dec 2009 16:07:53 +0000 (17:07 +0100)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
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
This page took 0.030731 seconds and 4 git commands to generate.