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