- 42c9391 hw/usb: pacify xhciwmi.exe warning by Denis V. Lunev · 3 years, 3 months ago
- 398f9a8 pci: Let ld*_pci_dma() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 3 months ago
- cd1db8d dma: Let ld*_dma() propagate MemTxResult by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 34cdea1 dma: Let ld*_dma() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 3 months ago
- ba06fe8 dma: Let dma_memory_read/write() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
- fc967aa hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X by Ruimei Yan · 3 years, 10 months ago
- 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
- cb5ed40 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-15' into staging by Peter Maydell · 4 years, 4 months ago
- c590fe3 xhci: move sanity checks by Gerd Hoffmann · 4 years, 4 months ago
- 22abfc9 xhci: fix guest triggerable assert by Gerd Hoffmann · 4 years, 4 months ago
- bee4197 usb: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
- 848db52 usb/xhci: add include/hw/usb/xhci.h header file by Gerd Hoffmann · 4 years, 5 months ago
- 8ddab8d usb/hcd-xhci: Split pci wrapper for xhci base model by Sai Pavan Boddu · 4 years, 6 months ago
- 755fba11 usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c by Sai Pavan Boddu · 4 years, 6 months ago
- a531707 usb/hcd-xhci: Make dma read/writes hooks pci free by Sai Pavan Boddu · 4 years, 6 months ago
- 21bc315 hw: xhci: check return value of 'usb_packet_map' by Li Qiang · 4 years, 7 months ago
- 8e67fda xhci: fix valid.max_access_size to access address registers by Laurent Vivier · 4 years, 8 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 236846a xhci: recheck slot status by Gerd Hoffmann · 5 years ago
- 34b9d6a xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS by Chen Qun · 5 years ago
- 7cec2ed xhci: Fix memory leak in xhci_kick_epctx by fangying · 6 years ago
- c9e3859 xhci: Fix memory leak in xhci_address_slot by Ying Fang · 6 years ago
- dc2c037 xhci: Add No Op Command by Hikaru Nishida · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- ccb7993 hw/usb: avoid format truncation warning when formatting port name by Daniel P. Berrangé · 6 years ago
- 0a07673 usb/xhci: avoid trigger assertion if guest write wrong epid by Longpeng · 6 years ago
- 7cb513a xhci: check device is not NULL before calling usb_ep_get() by Liam Merwick · 6 years ago
- 92cf342 xhci: add asserts to help with static code analysis by Liam Merwick · 6 years ago
- b4329d1 usb: implement XHCI underrun/overrun events by Yuri Benditovich · 6 years ago
- a587c83 usb: XHCI shall not halt isochronous endpoints by Yuri Benditovich · 6 years ago
- 8f36ec7 xhci: fix guest-triggerable assert by Gerd Hoffmann · 7 years ago
- d61a363 pci: removed the is_express field since a uniform interface was inserted by Yoni Bettan · 7 years ago
- fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
- a5fa336 pci: Add interface names to hybrid PCI devices by Eduardo Habkost · 7 years ago
- 6100dda xhci: Avoid DMA when ERSTBA is set to zero by Alexey Kardashevskiy · 7 years ago
- 9a81577 pci: Fix the wrong assertion. by Mao Zhongyi · 8 years ago
- d54fdde xhci: only update dequeue ptr on completed transfers by Gerd Hoffmann · 8 years ago
- 0bbb2f3 xhci: split into multiple files by Gerd Hoffmann · 8 years ago
- 99f9aeb xhci: relax link check by Ladi Prosek · 8 years ago
- ee56264 xhci: fix logging by Ladi Prosek · 8 years ago
- 243afe8 xhci: flush dequeue pointer to endpoint context by Gerd Hoffmann · 8 years ago
- 4f72b8d xhci: properties cleanup by Gerd Hoffmann · 8 years ago
- 558ff1b xhci: drop via vendor command handling by Gerd Hoffmann · 8 years ago
- 2992d6b xhci: fix nec vendor quirk handling by Gerd Hoffmann · 8 years ago
- 72a810f xhci: add qemu xhci controller by Gerd Hoffmann · 8 years ago
- 898248a xhci: drop ER_FULL_HACK workaround by Gerd Hoffmann · 8 years ago
- f89b60f xhci: apply limits to loops by Gerd Hoffmann · 8 years ago
- 7da76e1 xhci: fix event queue IRQ handling by Gerd Hoffmann · 8 years ago
- 96d87bd xhci: guard xhci_kick_epctx against recursive calls by Gerd Hoffmann · 8 years ago
- ddb603a xhci: don't kick in xhci_submit and xhci_fire_ctl_transfer by Gerd Hoffmann · 8 years ago
- 13e8ff7 xhci: rename xhci_complete_packet to xhci_try_complete_packet by Gerd Hoffmann · 8 years ago
- f94d18d xhci: only free completed transfers by Gerd Hoffmann · 8 years ago
- ee640c6 pci: Convert msix_init() to Error and fix callers by Cao jin · 8 years ago
- 20729db hcd-xhci: check & correct param before using it by Cao jin · 8 years ago
- 20daa90 PCI/migration merge vmstate_pci_device and vmstate_pcie_device by Dr. David Alan Gilbert · 8 years ago
- 070eeef xhci: make xhci_epid_to_usbep accept XHCIEPContext by Gerd Hoffmann · 8 years ago
- d6fcb29 xhci: drop XHCITransfer->{slotid,epid} by Gerd Hoffmann · 8 years ago
- 3a533ee xhci: add & use xhci_kick_epctx() by Gerd Hoffmann · 8 years ago
- 5612564 xhci: drop XHCITransfer->xhci by Gerd Hoffmann · 8 years ago
- 94b037f xhci: use linked list for transfers by Gerd Hoffmann · 8 years ago
- 7512b13 xhci: drop unused comp_xfer field by Gerd Hoffmann · 8 years ago
- 1fe163f xhci: decouple EV_QUEUE from TD_QUEUE by Gerd Hoffmann · 8 years ago
- 05f43d4 xhci: limit the number of link trbs we are willing to process by Gerd Hoffmann · 8 years ago
- b53dd44 usb:xhci:fix memory leak in usb_xhci_exit by Li Qiang · 8 years ago
- b66ad1f xhci: Fix remainder field for TR_SETUP completion event. by Hans Petter Selasky · 9 years ago
- f81bb34 xhci: Fix possible side effect from assert() by Alexey Kardashevskiy · 9 years ago
- a4055d8 nec-usb-xhci: set the device state to USB_STATE_DEFAULT by Zhang Shuaiyi · 9 years ago
- 1108b2f pci: Convert msi_init() to Error and fix callers to check it by Cao jin · 9 years ago
- 290fd20 usb xhci: change msi/msix property type by Cao jin · 9 years ago
- 491d68d usb:xhci: no DMA on HC reset by Roman Kagan · 9 years ago
- 182b391 usb: fix unbounded stack warning for xhci_dma_write_u32s by Peter Xu · 9 years ago
- e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
- 98f3433 usb: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
- ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
- 92fdfa4 Revert "xhci: set timer to retry xfers" by Gerd Hoffmann · 10 years ago
- 9ad2c8c Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-09' into staging by Peter Maydell · 10 years ago
- e5a88b0 xhci: remove unused code by Gonglei · 10 years ago
- df0f169 xhci: fix events for setup trb. by Gerd Hoffmann · 10 years ago
- 88dbed3 Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set" by Gerd Hoffmann · 10 years ago
- 4e8cfbe xhci: set timer to retry xfers by Gerd Hoffmann · 10 years ago
- 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
- aa68578 xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set by Laszlo Ersek · 10 years ago
- 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
- e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
- f2ad97f xhci: add sanity checks to xhci_lookup_uport by Gerd Hoffmann · 10 years ago
- 2aa6bfc xhci: add property to turn on/off streams support by Gerd Hoffmann · 10 years ago
- ac20e1b xhci: remove dead code by Gerd Hoffmann · 10 years ago
- 3533c3d usb: tag xhci as hotpluggable by Gerd Hoffmann · 11 years ago
- e6043e9 xhci PCIe endpoint migration compatibility fix by Dr. David Alan Gilbert · 11 years ago
- d733f74 usb: add usb host adapters exit trace by Gonglei · 11 years ago
- 53c3054 usb-xhci: add exit function by Gonglei · 11 years ago
- f90e160 Revert "xhci: Fix number of streams allocated when using streams" by Gerd Hoffmann · 11 years ago
- 3d80365 xhci: use (1u << i) by Gerd Hoffmann · 11 years ago
- 8c24421 xhci: fix debug print compiling error by Gonglei · 11 years ago
- 3afca1d vmstate_xhci_event: fix unterminated field list by Laszlo Ersek · 11 years ago
- 7bafd88 xhci: order superspeed ports first by Gerd Hoffmann · 11 years ago
- 7bd3055 xhci: make port reset trace point more verbose by Gerd Hoffmann · 11 years ago