]> git.proxmox.com Git - qemu.git/commit
ehci: update status bits in ehci_set_state
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 24 May 2012 10:34:18 +0000 (12:34 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:23 +0000 (10:02 +0200)
commitb53f685d63e1928c0cee669703a8b30f604e6a6e
tree60caa9ceb725f65801817259e258319b8b84ac79
parentec807d12bdd5c740b4266fbd423b4f8b964e597a
ehci: update status bits in ehci_set_state

Update the status register in the ehci_set_state function, to make sure
the guest-visible register is in sync with our internal schedule state.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ehci.c