summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede1-1/+4
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede1-23/+47
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede2-0/+20
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede1-16/+16
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede1-14/+1
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede1-0/+14
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede1-42/+42
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede1-6/+4
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede1-16/+35
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede1-11/+17
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl1-1/+16
2013-01-06virtio-pci: replace byte swap hackBlue Swirl1-16/+1
2013-01-05hw/i386: Fix broken build for non POSIX hostsStefan Weil1-0/+5
2013-01-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-2/+6
2013-01-04Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori5-49/+283
2013-01-04hw/mcf5206: Reduce size of lookup tableStefan Weil1-1/+1
2013-01-04pseries: Remove unneeded include statement (fixes MinGW builds)Stefan Weil1-1/+1
2013-01-04pc_sysfw: Check for qemu_find_file() failureMarkus Armbruster1-0/+4
2013-01-04pc: remove bochs bios debug portsGerd Hoffmann1-41/+0
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues2-0/+183
2013-01-04add isa-debug-exit device.Gerd Hoffmann2-1/+76
2013-01-04switch debugcon to memory apiGerd Hoffmann1-7/+24
2013-01-04apci: assign memory regions to ich9 lpc deviceGerd Hoffmann3-4/+8
2013-01-04apci: assign memory regions to piix4 acpi deviceGerd Hoffmann1-7/+13
2013-01-04acpi: autoload dsdtGerd Hoffmann4-0/+26
2013-01-03dataplane: use linux-headers/ for virtio includesStefan Hajnoczi2-4/+3
2013-01-02Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori15-5/+1527
2013-01-02virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev1-1/+5
2013-01-02virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi2-1/+46
2013-01-02dataplane: add virtio-blk data plane codeStefan Hajnoczi4-1/+496
2013-01-02virtio-blk: restore VirtIOBlkConf->config_wce flagStefan Hajnoczi3-2/+6
2013-01-02dataplane: add Linux AIO request queueStefan Hajnoczi3-1/+175
2013-01-02dataplane: add event loopStefan Hajnoczi3-1/+141
2013-01-02dataplane: add virtqueue vring codeStefan Hajnoczi3-1/+425
2013-01-02dataplane: add host memory mapping codeStefan Hajnoczi4-1/+237
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+10
2013-01-02Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori9-61/+136
2013-01-01pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil1-0/+3
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy1-0/+1
2012-12-28Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl21-469/+542
2012-12-26virtio-pci: don't poll masked vectorsMichael S. Tsirkin1-12/+40
2012-12-26msix: expose access to masked/pending stateMichael S. Tsirkin2-3/+6
2012-12-26msi: add API to get notified about pending bit pollMichael S. Tsirkin5-4/+21
2012-12-26pcie: Fix bug in pcie_ext_cap_set_nextKnut Omang1-1/+1
2012-12-25qemu-kvm/pci-assign: 64 bits bar emulationXudong Hao1-4/+10
2012-12-23tmp105: Create API for TMP105 temperature sensor.Alex Horn3-11/+76
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber497-1337/+1527
2012-12-20virtio: make bindings typesafeMichael S. Tsirkin4-45/+72