index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hcd-xhci: drop operation with secondary stream arrays enabled
Qiang Liu
2022-09-27
1
-1
/
+3
*
hw/usb/hcd-xhci: Check whether DMA accesses fail
Thomas Huth
2022-09-23
1
-16
/
+48
*
hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)
Thomas Huth
2022-08-16
1
-4
/
+19
*
usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()
Mauro Matteo Cascella
2022-07-19
1
-1
/
+2
*
hw/usb: pacify xhciwmi.exe warning
Denis V. Lunev
2022-03-04
1
-1
/
+1
*
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-0
/
+1
*
dma: Let ld*_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+4
*
dma: Let ld*_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+3
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-7
/
+11
*
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
Ruimei Yan
2021-05-28
1
-2
/
+6
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...
Peter Maydell
2020-11-16
1
-1
/
+1
|
\
|
*
usb: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
|
xhci: move sanity checks
Gerd Hoffmann
2020-11-16
1
-2
/
+5
*
|
xhci: fix guest triggerable assert
Gerd Hoffmann
2020-11-16
1
-1
/
+3
|
/
*
usb/xhci: add include/hw/usb/xhci.h header file
Gerd Hoffmann
2020-10-21
1
-18
/
+16
*
usb/hcd-xhci: Split pci wrapper for xhci base model
Sai Pavan Boddu
2020-09-28
1
-172
/
+42
*
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Sai Pavan Boddu
2020-09-28
1
-31
/
+2
*
usb/hcd-xhci: Make dma read/writes hooks pci free
Sai Pavan Boddu
2020-09-28
1
-13
/
+11
*
hw: xhci: check return value of 'usb_packet_map'
Li Qiang
2020-08-31
1
-1
/
+4
*
xhci: fix valid.max_access_size to access address registers
Laurent Vivier
2020-07-21
1
-2
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
xhci: recheck slot status
Gerd Hoffmann
2020-01-13
1
-3
/
+12
*
xhci: Fix memory leak in xhci_kick_epctx when poweroff GuestOS
Chen Qun
2020-01-13
1
-0
/
+1
*
xhci: Fix memory leak in xhci_kick_epctx
fangying
2019-08-29
1
-0
/
+1
*
xhci: Fix memory leak in xhci_address_slot
Ying Fang
2019-08-29
1
-0
/
+1
*
xhci: Add No Op Command
Hikaru Nishida
2019-08-21
1
-0
/
+3
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hw/usb: avoid format truncation warning when formatting port name
Daniel P. Berrangé
2019-05-03
1
-1
/
+3
*
usb/xhci: avoid trigger assertion if guest write wrong epid
Longpeng
2019-05-02
1
-1
/
+1
*
xhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-2
/
+2
*
xhci: add asserts to help with static code analysis
Liam Merwick
2019-02-20
1
-0
/
+2
*
usb: implement XHCI underrun/overrun events
Yuri Benditovich
2019-01-30
1
-2
/
+15
*
usb: XHCI shall not halt isochronous endpoints
Yuri Benditovich
2019-01-30
1
-0
/
+5
*
xhci: fix guest-triggerable assert
Gerd Hoffmann
2018-07-03
1
-1
/
+6
*
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2018-02-08
1
-1
/
+8
*
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-1
/
+1
*
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+5
*
xhci: Avoid DMA when ERSTBA is set to zero
Alexey Kardashevskiy
2017-09-13
1
-2
/
+2
*
pci: Fix the wrong assertion.
Mao Zhongyi
2017-07-03
1
-1
/
+1
*
xhci: only update dequeue ptr on completed transfers
Gerd Hoffmann
2017-06-12
1
-2
/
+4
*
xhci: split into multiple files
Gerd Hoffmann
2017-05-29
1
-236
/
+2
*
xhci: relax link check
Ladi Prosek
2017-05-12
1
-1
/
+1
*
xhci: fix logging
Ladi Prosek
2017-05-12
1
-5
/
+2
*
xhci: flush dequeue pointer to endpoint context
Gerd Hoffmann
2017-04-03
1
-1
/
+3
*
xhci: properties cleanup
Gerd Hoffmann
2017-02-23
1
-3
/
+26
*
xhci: drop via vendor command handling
Gerd Hoffmann
2017-02-21
1
-31
/
+0
[next]