index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
usb-mtp: replace the homebrew write with qemu_write_full
Bandan Das
1
-11
/
+3
2019-01-30
usb-mtp: breakup MTP write into smaller chunks
Bandan Das
1
-43
/
+91
2019-01-30
usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ
Bandan Das
1
-14
/
+13
2019-01-30
usb: implement XHCI underrun/overrun events
Yuri Benditovich
2
-2
/
+16
2019-01-30
usb: XHCI shall not halt isochronous endpoints
Yuri Benditovich
1
-0
/
+5
2019-01-30
hw/usb: Fix LGPL information in the file headers
Thomas Huth
5
-11
/
+10
2019-01-30
usb: dev-mtp: close fd in usb_mtp_object_readdir()
Li Qiang
1
-0
/
+1
2019-01-30
usb: assign unique serial numbers to hid devices
Gerd Hoffmann
1
-11
/
+15
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
1
-12
/
+13
2019-01-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
11
-26
/
+26
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
3
-11
/
+11
2019-01-11
remove space-tab sequences
Paolo Bonzini
1
-2
/
+2
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
5
-7
/
+7
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
3
-6
/
+6
2019-01-10
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...
Peter Maydell
1
-0
/
+3
2019-01-10
usb-audio: ignore usb packages with wrong size
Gerd Hoffmann
1
-0
/
+3
2019-01-08
usb: move ehci_create_ich9_with_companions to hw/i386
Paolo Bonzini
1
-53
/
+0
2019-01-08
hw/usb: Add generic sys-bus EHCI controller
Hongbo Zhang
2
-0
/
+18
2019-01-08
usb: dev-mtp: fix memory leak in error path
Li Qiang
1
-0
/
+1
2019-01-08
usb: drop unnecessary usb_device_post_load checks
Jonathan Davies
1
-6
/
+0
2019-01-07
hw/usb: fix mistaken de-initialization of CCID state
Daniel P. Berrangé
1
-0
/
+2
2018-12-16
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...
Peter Maydell
4
-16
/
+32
2018-12-14
usb-mtp: Limit filename to object information size
Michael Hanselmann
1
-4
/
+5
2018-12-14
usb-mtp: use O_NOFOLLOW and O_CLOEXEC.
Gerd Hoffmann
1
-4
/
+9
2018-12-13
usb/tusb6010: Convert sysbus init function to realize function
Mao Zhongyi
1
-5
/
+3
2018-12-10
ehci: fix fetch qtd race
Gerd Hoffmann
1
-2
/
+10
2018-12-10
usb-host: reset and close libusb_device_handle before qemu exit
linzhecheng
1
-0
/
+2
2018-12-10
pvusb: set max grants only in initialise
Juergen Gross
1
-6
/
+6
2018-12-03
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...
Peter Maydell
1
-6
/
+18
2018-12-03
usb-mtp: outlaw slashes in filenames
Gerd Hoffmann
1
-0
/
+6
2018-12-03
usb-mtp: fix utf16_to_str
Gerd Hoffmann
1
-6
/
+12
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-6
/
+6
2018-11-27
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
1
-0
/
+3
2018-10-30
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...
Peter Maydell
2
-9
/
+24
2018-10-29
hw: ccid-card-emulated: cleanup resource when realize in error path
Li Qiang
1
-6
/
+14
2018-10-29
hw: ccid-card-emulated: introduce clean_event_notifier
Li Qiang
1
-0
/
+7
2018-10-29
usb: ohci: make num_ports to an unsinged integer
Li Qiang
1
-3
/
+3
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-2
/
+3
2018-10-01
ohci: set effectively usb frame rate to 1kHz
Miguel GAIO
1
-1
/
+5
2018-10-01
usb-hub: clear suspend on detach
Gerd Hoffmann
1
-0
/
+4
2018-10-01
usb-mtp: reset ObjectInfo dataset size on cleanup
Bandan Das
1
-0
/
+2
2018-10-01
usb-mtp: fix error conditions for write operation
Bandan
1
-3
/
+4
2018-08-21
dev-mtp: rename x-root to rootdir
Bandan Das
1
-2
/
+2
2018-08-21
dev-mtp: Add support for > 4GB file transfers
Bandan Das
1
-4
/
+27
2018-08-21
dev-mtp: retry write for incomplete transfers
Bandan Das
1
-2
/
+20
2018-08-21
dev-mtp: fix buffer allocation for writing file contents
Bandan Das
1
-2
/
+4
2018-08-21
dev-mtp: add support for canceling transaction
Bandan Das
1
-4
/
+26
2018-08-21
ohci: Clear the interrupt counter for erroneous transfers
Sebastian Bauer
1
-0
/
+3
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
[next]