Age | Commit message (Expand) | Author |
2013-01-07 | usbredir: Add USBEP2I and I2USBEP helper macros | Hans de Goede |
2013-01-07 | usbredir: Add an usbredir_stop_ep helper function | Hans de Goede |
2013-01-07 | usb: Add an usb_device_ep_stopped USBDevice method | Hans de Goede |
2013-01-07 | usb: Fix usb_ep_find_packet_by_id | Hans de Goede |
2013-01-07 | hid: Change idle handling to use a timer | Hans de Goede |
2013-01-07 | uhci: Maximize how many frames we catch up when behind | Hans de Goede |
2013-01-07 | uhci: Limit amount of frames processed in one go | Hans de Goede |
2013-01-07 | uhci: Add a QH_VALID define | Hans de Goede |
2013-01-07 | uhci: Fix pending interrupts getting lost on migration | Hans de Goede |
2013-01-07 | uhci: Fix 1 ms delay in interrupt reporting to the guest | Hans de Goede |
2013-01-07 | ehci: Don't call commit_irq after raising PCD | Hans de Goede |
2013-01-07 | ehci: Further speedup rescanning if async schedule after raising an interrupt | Hans de Goede |
2013-01-07 | ehci: Use uframe precision for interrupt threshold checking (v2) | Hans de Goede |
2013-01-07 | ehci: Verify a queue's ep direction does not change | Hans de Goede |
2013-01-07 | ehci: Add an ehci_get_pid helper function | Hans de Goede |
2013-01-07 | ehci: Verify qtd for async completed packets | Hans de Goede |
2013-01-07 | ehci: writeback_async_complete_packet: verify qh and qtd | Hans de Goede |
2013-01-07 | ehci: Move get / put_dwords upwards | Hans de Goede |
2013-01-07 | ehci: Verify guest does not change the token of inflight qtd-s | Hans de Goede |
2013-01-07 | ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions | Hans de Goede |
2013-01-07 | ehci: Add a ehci_writeback_async_complete_packet helper function | Hans de Goede |
2013-01-06 | Revert "virtio-pci: replace byte swap hack" | Blue Swirl |
2013-01-06 | virtio-pci: replace byte swap hack | Blue Swirl |
2013-01-05 | hw/i386: Fix broken build for non POSIX hosts | Stefan Weil |
2013-01-04 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2013-01-04 | Merge remote-tracking branch 'kraxel/testdev.1' into staging | Anthony Liguori |
2013-01-04 | hw/mcf5206: Reduce size of lookup table | Stefan Weil |
2013-01-04 | pseries: Remove unneeded include statement (fixes MinGW builds) | Stefan Weil |
2013-01-04 | pc_sysfw: Check for qemu_find_file() failure | Markus Armbruster |
2013-01-04 | pc: remove bochs bios debug ports | Gerd Hoffmann |
2013-01-04 | hw: Add test device for unittests execution | Lucas Meneghel Rodrigues |
2013-01-04 | add isa-debug-exit device. | Gerd Hoffmann |
2013-01-04 | switch debugcon to memory api | Gerd Hoffmann |
2013-01-04 | apci: assign memory regions to ich9 lpc device | Gerd Hoffmann |
2013-01-04 | apci: assign memory regions to piix4 acpi device | Gerd Hoffmann |
2013-01-04 | acpi: autoload dsdt | Gerd Hoffmann |
2013-01-03 | dataplane: use linux-headers/ for virtio includes | Stefan Hajnoczi |
2013-01-02 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-01-02 | virtio-blk: Return UNSUPP for unknown request types | Alexey Zaytsev |
2013-01-02 | virtio-blk: add x-data-plane=on|off performance feature | Stefan Hajnoczi |
2013-01-02 | dataplane: add virtio-blk data plane code | Stefan Hajnoczi |
2013-01-02 | virtio-blk: restore VirtIOBlkConf->config_wce flag | Stefan Hajnoczi |
2013-01-02 | dataplane: add Linux AIO request queue | Stefan Hajnoczi |
2013-01-02 | dataplane: add event loop | Stefan Hajnoczi |
2013-01-02 | dataplane: add virtqueue vring code | Stefan Hajnoczi |
2013-01-02 | dataplane: add host memory mapping code | Stefan Hajnoczi |
2013-01-02 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-01-02 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-01-01 | pflash_cfi01: Suppress warning when Linux probes for AMD flash | Stefan Weil |
2012-12-28 | usb/redirect.c: unbreak compilation due to include/char/char.h | Alon Levy |