summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-xhci.h
diff options
context:
space:
mode:
authorPeter Maydell2021-05-30 21:10:30 +0200
committerPeter Maydell2021-05-30 21:10:30 +0200
commit52848929b70dcf92a68aedcfd90207be81ba3274 (patch)
tree731cb3a6253de7054afaefed4371128d116a8cac /hw/usb/hcd-xhci.h
parentMerge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ... (diff)
parenthw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X (diff)
downloadqemu-52848929b70dcf92a68aedcfd90207be81ba3274.tar.gz
qemu-52848929b70dcf92a68aedcfd90207be81ba3274.tar.xz
qemu-52848929b70dcf92a68aedcfd90207be81ba3274.zip
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' into staging
usb: bugfixes for hid and xhci. # gpg: Signature made Fri 28 May 2021 15:21:51 BST # gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full] # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" [full] # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full] # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/usb-20210528-pull-request: hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to hw/input/hid: Add support for keys of jp106 keyboard. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/usb/hcd-xhci.h')
-rw-r--r--hw/usb/hcd-xhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.h b/hw/usb/hcd-xhci.h
index 7bba361f3b..98f598382a 100644
--- a/hw/usb/hcd-xhci.h
+++ b/hw/usb/hcd-xhci.h
@@ -194,7 +194,7 @@ typedef struct XHCIState {
uint32_t flags;
uint32_t max_pstreams_mask;
void (*intr_update)(XHCIState *s, int n, bool enable);
- void (*intr_raise)(XHCIState *s, int n, bool level);
+ bool (*intr_raise)(XHCIState *s, int n, bool level);
DeviceState *hostOpaque;
/* Operational Registers */