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-storage: fix SYNCHRONIZE_CACHE
Gerd Hoffmann
2012-08-07
1
-0
/
+3
*
usb-storage: improve debug logging
Gerd Hoffmann
2012-08-07
1
-2
/
+6
*
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
2012-08-01
1
-1
/
+1
*
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-08-01
1
-3
/
+3
*
Merge branch pci into master
Michael S. Tsirkin
2012-07-29
1
-2
/
+1
|
\
|
*
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-07-04
1
-2
/
+1
*
|
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-07-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-07-18
1
-8
/
+2
|
\
\
|
*
|
hw/block-common: Factor out fall back to legacy -drive serial=...
Markus Armbruster
2012-07-17
1
-8
/
+2
*
|
|
ehci: improve expire time calculation
Gerd Hoffmann
2012-07-12
1
-4
/
+4
*
|
|
ehci: implement Interrupt Threshold Control support
Gerd Hoffmann
2012-07-12
1
-29
/
+54
*
|
|
ehci: raise irq in the frame timer
Gerd Hoffmann
2012-07-12
1
-2
/
+2
*
|
|
uhci: initialize expire_time when loading v1 vmstate
Gerd Hoffmann
2012-07-12
1
-0
/
+12
*
|
|
usb: add usb attached scsi emulation
Gerd Hoffmann
2012-07-12
2
-0
/
+780
|
/
/
*
|
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
1
-3
/
+3
|
\
\
|
*
|
change iov_* function prototypes to be more appropriate
Michael Tokarev
2012-06-07
1
-3
/
+3
*
|
|
usb-host: add trace events for iso xfers
Gerd Hoffmann
2012-07-09
1
-4
/
+6
*
|
|
usb: fix interface initialization
Gerd Hoffmann
2012-07-09
1
-2
/
+2
*
|
|
usb: split endpoint init and reset
Gerd Hoffmann
2012-07-09
2
-4
/
+14
*
|
|
usb-redir: Correctly handle the usb_redir_babble usbredir status
Hans de Goede
2012-07-09
1
-0
/
+2
*
|
|
ehci: Kick async schedule on wakeup in the non companion case
Hans de Goede
2012-07-09
1
-2
/
+3
*
|
|
usb-ehci: Fix an assert whenever isoc transfers are used
Hans de Goede
2012-07-09
1
-0
/
+1
*
|
|
ehci: don't flush cache on doorbell rings.
Gerd Hoffmann
2012-07-09
1
-6
/
+29
*
|
|
ehci: fix td writeback
Gerd Hoffmann
2012-07-09
1
-2
/
+4
*
|
|
ehci: fix ehci_qh_do_overlay
Gerd Hoffmann
2012-07-09
1
-19
/
+18
*
|
|
usb: Convert usb_packet_{map, unmap} to universal DMA helpers
David Gibson
2012-06-27
3
-13
/
+14
*
|
|
usb-ohci: Use universal DMA helper functions
David Gibson
2012-06-27
1
-42
/
+51
*
|
|
uhci: fix uhci_async_cancel_all
Gerd Hoffmann
2012-06-20
1
-2
/
+2
*
|
|
usb-host: live migration support
Gerd Hoffmann
2012-06-20
1
-1
/
+46
*
|
|
usb-host: attach only to running guest
Gerd Hoffmann
2012-06-20
1
-15
/
+17
*
|
|
ehci: tracing improvements
Gerd Hoffmann
2012-06-20
1
-2
/
+5
*
|
|
usb: restore USBDevice->attached on vmload
Gerd Hoffmann
2012-06-20
1
-0
/
+13
*
|
|
ehci: add live migration support
Gerd Hoffmann
2012-06-20
1
-6
/
+56
*
|
|
Allow machines to configure the QEMU_VERSION that's exposed via hardware
CrÃstian Viana
2012-06-19
8
-11
/
+13
*
|
|
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
2
-13
/
+27
*
|
|
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2012-06-18
2
-5
/
+5
*
|
|
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
2
-2
/
+2
*
|
|
qdev: Move bus properties to a separate global
Paolo Bonzini
2012-06-18
2
-10
/
+15
*
|
|
Merge remote-tracking branch 'kraxel/usb.52' into staging
Anthony Liguori
2012-06-11
4
-361
/
+636
|
\
\
\
|
*
|
|
ehci: rework frame skipping
Gerd Hoffmann
2012-06-07
1
-15
/
+10
|
*
|
|
ehci: adaptive wakeup rate.
Gerd Hoffmann
2012-06-07
1
-18
/
+39
|
*
|
|
ehci: create ehci_update_frindex
Gerd Hoffmann
2012-06-07
1
-12
/
+23
|
*
|
|
ehci: remove unused attach_poll_counter
Gerd Hoffmann
2012-06-07
1
-2
/
+0
|
*
|
|
ehci: fix halt status handling
Gerd Hoffmann
2012-06-07
1
-15
/
+24
|
*
|
|
ehci: update status bits in ehci_set_state
Gerd Hoffmann
2012-06-07
1
-4
/
+10
|
*
|
|
ehci: add ehci_*_enabled() helpers
Gerd Hoffmann
2012-06-07
1
-6
/
+21
|
*
|
|
ehci: fix reset
Gerd Hoffmann
2012-06-07
1
-4
/
+6
|
*
|
|
ehci: kick async schedule on wakeup
Gerd Hoffmann
2012-06-07
1
-0
/
+2
|
*
|
|
ehci: schedule async bh on async packet completion
Gerd Hoffmann
2012-06-07
1
-0
/
+4
|
*
|
|
ehci: move async schedule to bottom half
Gerd Hoffmann
2012-06-07
1
-1
/
+10
[next]