]> git.ipfire.org Git - thirdparty/qemu.git/commit
qdev: Separate USB product description from qdev name
authorMarkus Armbruster <armbru@redhat.com>
Wed, 9 Dec 2009 16:07:52 +0000 (17:07 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:28 +0000 (08:17 -0600)
commit5b6d0419d9a411d83a1078a146ee140482dcc02c
tree796339f8786c281c1556778d818b9a454ddf334f
parent9df9eeeb18d93acf21e43710cf8aa2be8eff7a8a
qdev: Separate USB product description from qdev name

Using the qdev name for the product description makes for inconvenient
qdev names.

Put the product description in new USBDeviceInfo member product_desc.
Make usb_qdev_init() use it.  No user or guest visible change, since
the value is still the same.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 063846984ce7eb1c1ddce6dda39b662c64a80dc0)
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-serial.c
hw/usb-wacom.c
hw/usb.h
usb-bsd.c
usb-linux.c