index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-xhci.c
Age
Commit message (
Expand
)
Author
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-11-16
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...
Peter Maydell
2020-11-16
xhci: move sanity checks
Gerd Hoffmann
2020-11-16
xhci: fix guest triggerable assert
Gerd Hoffmann
2020-11-15
usb: Fix Lesser GPL version number
Chetan Pant
2020-10-21
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
2020-09-28
usb/hcd-xhci: Split pci wrapper for xhci base model
Sai Pavan Boddu
2020-09-28
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Sai Pavan Boddu
2020-09-28
usb/hcd-xhci: Make dma read/writes hooks pci free
Sai Pavan Boddu
2020-08-31
hw: xhci: check return value of 'usb_packet_map'
Li Qiang
2020-07-21
xhci: fix valid.max_access_size to access address registers
Laurent Vivier
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-13
xhci: recheck slot status
Gerd Hoffmann
2020-01-13
xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS
Chen Qun
2019-08-29
xhci: Fix memory leak in xhci_kick_epctx
fangying
2019-08-29
xhci: Fix memory leak in xhci_address_slot
Ying Fang
2019-08-21
xhci: Add No Op Command
Hikaru Nishida
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-03
hw/usb: avoid format truncation warning when formatting port name
Daniel P. Berrangé
2019-05-02
usb/xhci: avoid trigger assertion if guest write wrong epid
Longpeng
2019-02-20
xhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
xhci: add asserts to help with static code analysis
Liam Merwick
2019-01-30
usb: implement XHCI underrun/overrun events
Yuri Benditovich
2019-01-30
usb: XHCI shall not halt isochronous endpoints
Yuri Benditovich
2018-07-03
xhci: fix guest-triggerable assert
Gerd Hoffmann
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-09-13
xhci: Avoid DMA when ERSTBA is set to zero
Alexey Kardashevskiy
2017-07-03
pci: Fix the wrong assertion.
Mao Zhongyi
2017-06-12
xhci: only update dequeue ptr on completed transfers
Gerd Hoffmann
2017-05-29
xhci: split into multiple files
Gerd Hoffmann
2017-05-12
xhci: relax link check
Ladi Prosek
2017-05-12
xhci: fix logging
Ladi Prosek
2017-04-03
xhci: flush dequeue pointer to endpoint context
Gerd Hoffmann
2017-02-23
xhci: properties cleanup
Gerd Hoffmann
2017-02-21
xhci: drop via vendor command handling
Gerd Hoffmann
2017-02-21
xhci: fix nec vendor quirk handling
Gerd Hoffmann
2017-02-21
xhci: add qemu xhci controller
Gerd Hoffmann
2017-02-21
xhci: drop ER_FULL_HACK workaround
Gerd Hoffmann
2017-02-21
xhci: apply limits to loops
Gerd Hoffmann
2017-02-06
xhci: fix event queue IRQ handling
Gerd Hoffmann
2017-02-06
xhci: guard xhci_kick_epctx against recursive calls
Gerd Hoffmann
2017-02-06
xhci: don't kick in xhci_submit and xhci_fire_ctl_transfer
Gerd Hoffmann
2017-02-06
xhci: rename xhci_complete_packet to xhci_try_complete_packet
Gerd Hoffmann
2017-02-06
xhci: only free completed transfers
Gerd Hoffmann
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
[next]