aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede
2013-01-07hid: Change idle handling to use a timerHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl
2013-01-06virtio-pci: replace byte swap hackBlue Swirl
2013-01-05hw/i386: Fix broken build for non POSIX hostsStefan Weil
2013-01-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-01-04Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori
2013-01-04hw/mcf5206: Reduce size of lookup tableStefan Weil
2013-01-04pseries: Remove unneeded include statement (fixes MinGW builds)Stefan Weil
2013-01-04pc_sysfw: Check for qemu_find_file() failureMarkus Armbruster
2013-01-04pc: remove bochs bios debug portsGerd Hoffmann
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues
2013-01-04add isa-debug-exit device.Gerd Hoffmann
2013-01-04switch debugcon to memory apiGerd Hoffmann
2013-01-04apci: assign memory regions to ich9 lpc deviceGerd Hoffmann
2013-01-04apci: assign memory regions to piix4 acpi deviceGerd Hoffmann
2013-01-04acpi: autoload dsdtGerd Hoffmann
2013-01-03dataplane: use linux-headers/ for virtio includesStefan Hajnoczi
2013-01-02Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-01-02virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev
2013-01-02virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi
2013-01-02dataplane: add virtio-blk data plane codeStefan Hajnoczi
2013-01-02virtio-blk: restore VirtIOBlkConf->config_wce flagStefan Hajnoczi
2013-01-02dataplane: add Linux AIO request queueStefan Hajnoczi
2013-01-02dataplane: add event loopStefan Hajnoczi
2013-01-02dataplane: add virtqueue vring codeStefan Hajnoczi
2013-01-02dataplane: add host memory mapping codeStefan Hajnoczi
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-01-02Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-01-01pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy
2012-12-28Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl
2012-12-26virtio-pci: don't poll masked vectorsMichael S. Tsirkin