mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
usb: add usb host adapters exit trace
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
53c30545fb
commit
d733f74c33
4 changed files with 9 additions and 0 deletions
|
@ -3649,6 +3649,8 @@ static void usb_xhci_exit(PCIDevice *dev)
|
|||
int i;
|
||||
XHCIState *xhci = XHCI(dev);
|
||||
|
||||
trace_usb_xhci_exit();
|
||||
|
||||
for (i = 0; i < xhci->numslots; i++) {
|
||||
xhci_disable_slot(xhci, i + 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue