]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/hcd-ehci.h
Merge remote-tracking branch 'aneesh/for-upstream' into staging
[mirror_qemu.git] / hw / usb / hcd-ehci.h
index 0ec675c35258b04ff280f9f3b6577834e9790f5f..772870b727e5bd4378ff44d0d7abf349c9dbb7fc 100644 (file)
@@ -230,7 +230,6 @@ struct EHCIPacket {
     QEMUSGList sgl;
     int pid;
     enum async_state async;
-    int usb_status;
 };
 
 struct EHCIQueue {
@@ -312,6 +311,7 @@ struct EHCIState {
 
     uint64_t last_run_ns;
     uint32_t async_stepdown;
+    uint32_t periodic_sched_active;
     bool int_req_by_async;
 };