diff options
author | Gerd Hoffmann | 2012-08-30 12:06:59 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-09-11 07:43:02 +0200 |
commit | 4c47f800631a14c8cb7970ba3a47d4a4ab0ee088 (patch) | |
tree | 30d31bc08ce7b481281bfefea7586d5e0270e163 /trace-events | |
parent | xhci: rework interrupt handling (diff) | |
download | qemu-4c47f800631a14c8cb7970ba3a47d4a4ab0ee088.tar.gz qemu-4c47f800631a14c8cb7970ba3a47d4a4ab0ee088.tar.xz qemu-4c47f800631a14c8cb7970ba3a47d4a4ab0ee088.zip |
xhci: add msix support
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 5bc591a721..8589ca4eac 100644 --- a/trace-events +++ b/trace-events @@ -313,6 +313,9 @@ usb_xhci_runtime_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x" usb_xhci_doorbell_write(uint32_t off, uint32_t val) "off 0x%04x, val 0x%08x" usb_xhci_irq_intx(uint32_t level) "level %d" usb_xhci_irq_msi(uint32_t nr) "nr %d" +usb_xhci_irq_msix(uint32_t nr) "nr %d" +usb_xhci_irq_msix_use(uint32_t nr) "nr %d" +usb_xhci_irq_msix_unuse(uint32_t nr) "nr %d" usb_xhci_queue_event(uint32_t idx, const char *trb, const char *evt, uint64_t param, uint32_t status, uint32_t control) "idx %d, %s, %s, p %016" PRIx64 ", s %08x, c 0x%08x" usb_xhci_fetch_trb(uint64_t addr, const char *name, uint64_t param, uint32_t status, uint32_t control) "addr %016" PRIx64 ", %s, p %016" PRIx64 ", s %08x, c 0x%08x" usb_xhci_slot_enable(uint32_t slotid) "slotid %d" |