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
...
*
usb: make USBDevice->attached bool
Gerd Hoffmann
2016-06-22
1
-4
/
+4
*
usb-storage: qcow2 encryption support is finally gone, zap dead code
Gerd Hoffmann
2016-06-22
1
-34
/
+0
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-06-20
1
-0
/
+268
|
\
|
*
trace: split out trace events for hw/usb/ directory
Daniel P. Berrange
2016-06-20
1
-0
/
+268
*
|
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
2016-06-20
1
-3
/
+1
|
/
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...
Peter Maydell
2016-06-14
1
-4
/
+1
|
\
|
*
xen: Clean up includes
Peter Maydell
2016-06-14
1
-4
/
+1
*
|
hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()
Peter Maydell
2016-06-13
1
-33
/
+30
*
|
usb-host: add special case for bus+addr
Gerd Hoffmann
2016-06-13
1
-4
/
+52
|
/
*
usb: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-3
/
+3
*
remove useless muldiv64()
Laurent Vivier
2016-06-07
1
-1
/
+1
*
The only 64bit parameter of muldiv64() is the first one.
Laurent Vivier
2016-06-07
1
-1
/
+1
*
usb/ohci: Fix crash with when specifying too many num-ports
Thomas Huth
2016-05-23
1
-0
/
+6
*
xen: add pvUSB backend
Juergen Gross
2016-05-23
2
-0
/
+1084
*
usb: Support compilation without poll.h
Stefan Weil
2016-05-11
1
-1
/
+12
*
usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...
Isaac Lozano
2016-05-11
1
-2
/
+2
*
usb:xhci: no DMA on HC reset
Roman Kagan
2016-05-11
1
-1
/
+4
*
usb/uhci: move pid check
Gerd Hoffmann
2016-04-25
1
-13
/
+13
*
event-notifier: Add "is_external" parameter
Fam Zheng
2016-04-22
1
-1
/
+1
*
Revert "ehci: make idt processing more robust"
Gerd Hoffmann
2016-04-19
1
-3
/
+2
*
ehci: apply limit to iTD/sidt descriptors
Gerd Hoffmann
2016-04-19
1
-1
/
+5
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
15
-14
/
+33
|
\
|
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
4
-0
/
+4
|
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
5
-14
/
+15
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
13
-0
/
+14
*
|
usb: ehci: add capability mmio write function
Prasad J Pandit
2016-03-18
1
-0
/
+6
*
|
hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1
Matthew Fortune
2016-03-18
1
-10
/
+10
*
|
usb: fix unbound stack warning for inotify_watchfn
Peter Xu
2016-03-18
1
-3
/
+2
*
|
usb: fix unbound stack usage for usb_mtp_add_str
Peter Xu
2016-03-18
1
-1
/
+3
*
|
usb: fix unbounded stack warning for xhci_dma_write_u32s
Peter Xu
2016-03-18
1
-2
/
+4
*
|
usb: Fix compilation for Windows
Stefan Weil
2016-03-18
1
-1
/
+3
|
/
*
usb-redirect: Avoid double free of data
Fam Zheng
2016-02-29
1
-3
/
+8
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
ohci: allocate timer only once.
Gerd Hoffmann
2016-02-23
1
-26
/
+8
*
usb: add pid check at the first of uhci_handle_td()
Gonglei
2016-02-23
1
-6
/
+16
*
usb: check RNDIS buffer offsets & length
Prasad J Pandit
2016-02-23
1
-3
/
+6
*
usb: check RNDIS message length
Prasad J Pandit
2016-02-23
1
-9
/
+9
*
tusb6010: move from hw/timer to hw/usb
Peter Maydell
2016-02-23
2
-0
/
+819
*
usb: check USB configuration descriptor object
Prasad J Pandit
2016-02-23
1
-1
/
+2
*
Passthru CCID card: QOMify
Cao jin
2016-02-11
1
-6
/
+8
*
Emulated CCID card: QOMify
Cao jin
2016-02-11
1
-10
/
+13
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-4
/
+4
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-2
/
+2
*
ehci: update irq on reset
Gerd Hoffmann
2016-02-02
1
-0
/
+1
*
usb: check page select value while processing iTD
Prasad J Pandit
2016-02-02
1
-4
/
+6
*
usb: Clean up includes
Peter Maydell
2016-01-29
31
-3
/
+31
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+3
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+2
*
ohci: clear pending SOF on suspend
Laurent Vivier
2016-01-08
1
-0
/
+3
[prev]
[next]