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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI
Philippe Mathieu-Daudé
2019-07-15
1
-1
/
+1
*
hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCI
Philippe Mathieu-Daudé
2019-07-15
2
-5
/
+9
*
xen: Import other xen/io/*.h
Anthony PERARD
2019-06-24
1
-2
/
+1
*
Supply missing header guards
Markus Armbruster
2019-06-12
2
-0
/
+10
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
8
-5
/
+3
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
24
-11
/
+30
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...
Peter Maydell
2019-06-10
1
-27
/
+30
|
\
|
*
usb-mtp: refactor the flow of usb_mtp_write_data
Bandan Das
2019-06-07
1
-27
/
+30
*
|
hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
2019-06-06
1
-1
/
+1
|
/
*
usb-hub: emulate per port power switching
Gerd Hoffmann
2019-05-29
1
-0
/
+63
*
usb-hub: add usb_hub_port_update()
Gerd Hoffmann
2019-05-29
1
-12
/
+17
*
usb-hub: add helpers to update port state
Gerd Hoffmann
2019-05-29
1
-39
/
+45
*
usb-hub: make number of ports runtime-configurable
Gerd Hoffmann
2019-05-29
1
-16
/
+29
*
usb-hub: tweak feature names
Gerd Hoffmann
2019-05-29
1
-5
/
+5
*
usb-host: avoid libusb_set_configuration calls
Gerd Hoffmann
2019-05-29
1
-8
/
+10
*
usb-host: skip reset for untouched devices
Gerd Hoffmann
2019-05-29
1
-0
/
+3
*
usb: call reset handler before updating state
Gerd Hoffmann
2019-05-29
1
-1
/
+1
*
hw/usb: avoid format truncation warning when formatting port name
Daniel P. Berrangé
2019-05-03
1
-1
/
+3
*
hw/usb/hcd-ohci: Move PCI-related code into a separate file
Thomas Huth
2019-05-02
5
-207
/
+283
*
hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()
Thomas Huth
2019-05-02
1
-12
/
+27
*
usb/xhci: avoid trigger assertion if guest write wrong epid
Longpeng
2019-05-02
1
-1
/
+1
*
usb-mtp: change default to success for usb_mtp_update_object
Bandan Das
2019-05-02
1
-1
/
+1
*
usb-mtp: fix alignment of access of ObjectInfo filename field
Daniel P. Berrangé
2019-05-02
1
-3
/
+3
*
usb-mtp: fix string length for filename when writing metadata
Daniel P. Berrangé
2019-05-02
1
-1
/
+1
*
usb-mtp: fix bounds check for guest provided filename
Daniel P. Berrangé
2019-04-16
1
-2
/
+9
*
filemon: fix watch IDs to avoid potential wraparound issues
Daniel P. Berrangé
2019-04-02
1
-5
/
+5
*
usb-mtp: remove usb_mtp_object_free_one
Bandan Das
2019-04-02
1
-12
/
+2
*
usb-mtp: fix return status of delete
Bandan Das
2019-04-02
1
-28
/
+34
*
hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()
Peter Maydell
2019-04-01
1
-0
/
+4
*
ohci: don't die on ED_LINK_LIMIT overflow
Laurent Vivier
2019-03-26
1
-6
/
+1
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-11
/
+11
*
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2019-03-11
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
2019-03-08
1
-1
/
+0
|
\
|
*
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
1
-1
/
+0
*
|
scsi: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+2
*
|
build: convert usb.mak to Kconfig
Paolo Bonzini
2019-03-07
2
-1
/
+27
*
|
build: convert pci.mak to Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+10
*
|
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+53
|
/
*
Introduce new "no_guest_reset" parameter for usb-host device
Alexander Kappner
2019-03-07
1
-1
/
+6
*
usb-mtp: prevent null dereference while deleting objects
Bandan Das
2019-03-07
1
-3
/
+1
*
usb-mtp: fix some usb_mtp_write_data return paths
Bandan Das
2019-03-07
1
-8
/
+10
*
usb-mtp: return incomplete transfer on a lstat failure
Bandan Das
2019-03-07
1
-5
/
+14
*
hw/usb: switch MTP to use new inotify APIs
Daniel P. Berrangé
2019-02-26
2
-165
/
+111
*
hw/usb: fix const-ness for string params in MTP driver
Daniel P. Berrangé
2019-02-26
1
-4
/
+4
*
hw/usb: don't set IN_ISDIR for inotify watch in MTP driver
Daniel P. Berrangé
2019-02-26
1
-2
/
+1
*
usb: remove unnecessary NULL device check from usb_ep_get()
Liam Merwick
2019-02-20
1
-3
/
+1
*
usb: add device checks before redirector calls to usb_ep_get()
Liam Merwick
2019-02-20
1
-1
/
+2
*
usb: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-4
/
+4
*
uhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-3
/
+5
*
ohci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-0
/
+8
[next]