qdev: Rename USBDevice member devname to product_desc

It's not a device name, it's the USB product description string.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Markus Armbruster 2009-12-09 17:07:51 +01:00 committed by Anthony Liguori
parent ba32edab7f
commit 0fe6d12e0b
6 changed files with 13 additions and 12 deletions

View file

@ -132,7 +132,7 @@ struct USBDevice {
int speed;
uint8_t addr;
char devname[32];
char product_desc[32];
int auto_attach;
int attached;