mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
usb: make USBDevice->attached bool
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 1465984019-28963-3-git-send-email-kraxel@redhat.com
This commit is contained in:
parent
8d3830efca
commit
eb19d2b9d1
2 changed files with 5 additions and 5 deletions
|
@ -235,7 +235,7 @@ struct USBDevice {
|
|||
uint8_t addr;
|
||||
char product_desc[32];
|
||||
int auto_attach;
|
||||
int attached;
|
||||
bool attached;
|
||||
|
||||
int32_t state;
|
||||
uint8_t setup_buf[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue