xhci: move register update into xhci_intr_raise
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 30 Aug 2012 12:04:04 +0000 (14:04 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:02 +0000 (07:43 +0200)
commit2cae41195b5b95129d92a189a0bfce3e5d0d8707
tree5b6f8328daa4f44073870eba5071d65a89688bfc
parent4c47f800631a14c8cb7970ba3a47d4a4ab0ee088
xhci: move register update into xhci_intr_raise

Now that we have a separate function to raise an IRQ we can move
some comon code into the function.

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