]> Git Repo - qemu.git/blobdiff - hw/usb/hcd-xhci.c
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
[qemu.git] / hw / usb / hcd-xhci.c
index 4acf0c6dd8c00e25d1eabb8fb73465cfd1bb525e..e0b516987fa9623712a19a9d646b2361db2d8465 100644 (file)
@@ -3894,7 +3894,7 @@ static const VMStateDescription vmstate_xhci = {
     .version_id = 1,
     .post_load = usb_xhci_post_load,
     .fields = (VMStateField[]) {
-        VMSTATE_PCIE_DEVICE(parent_obj, XHCIState),
+        VMSTATE_PCI_DEVICE(parent_obj, XHCIState),
         VMSTATE_MSIX(parent_obj, XHCIState),
 
         VMSTATE_STRUCT_VARRAY_UINT32(ports, XHCIState, numports, 1,
This page took 0.02599 seconds and 4 git commands to generate.