aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori3-73/+62
2013-01-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-28/+55
2013-01-15Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori14-43/+71
2013-01-15Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori2-25/+41
2013-01-15Merge remote-tracking branch 'sstabellini/xen-2013-01-14' into stagingAnthony Liguori1-24/+184
2013-01-15acpi_piix4: Do not use old_portio-style callbacksHervé Poussineau1-51/+41
2013-01-15xen_platform: Do not use old_portio-style callbacksHervé Poussineau1-11/+10
2013-01-15hw/dma.c: Fix conversion of ioport_register* to MemoryRegionJulien Grall1-11/+11
2013-01-15scsi-disk: qemu_vfree(NULL) is fine, simplifyMarkus Armbruster1-3/+1
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini1-25/+54
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini1-1/+1
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber1-1/+1
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber13-39/+62
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber1-1/+3
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber1-3/+6
2013-01-15pc87312: Avoid define conflict on mingw32Blue Swirl1-21/+17
2013-01-15pc87312: Replace register_ioport_*() with MemoryRegionAndreas Färber2-4/+24
2013-01-14virtio-9p: fix compilation error.KONRAD Frederic1-0/+1
2013-01-14dataplane: fix build breakage on set_guest_notifiers()Michael Roth1-2/+2
2013-01-14virtio-pci: build for uninitialized return value in vq_vector_unmaskMichael Roth1-1/+1
2013-01-14Add GE IP-Octal 232 IndustryPack emulationAlberto Garcia2-1/+620
2013-01-14Add TEWS TPCI200 IndustryPack emulationAlberto Garcia5-0/+871
2013-01-14xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIERStefano Stabellini1-5/+4
2013-01-14xen_disk: add persistent grant support to xen_disk backendRoger Pau Monne1-17/+154
2013-01-14xen_disk: fix memory leakRoger Pau Monne1-2/+26
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori3-8/+31
2013-01-14Merge remote-tracking branch 'spice/spice.v67' into stagingAnthony Liguori1-16/+10
2013-01-14Merge remote-tracking branch 'kraxel/testdev.2' into stagingAnthony Liguori1-9/+9
2013-01-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-11/+60
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori16-69/+382
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster1-1/+1
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster1-1/+1
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster1-0/+4
2013-01-14dataplane: handle misaligned virtio-blk requestsStefan Hajnoczi1-0/+40
2013-01-14dataplane: extract virtio-blk read/write processing into do_rdwr_cmd()Stefan Hajnoczi1-11/+20
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann1-1/+7
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann1-0/+1
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann1-6/+18
2013-01-14pc-testdev: use typedefsGerd Hoffmann1-9/+9
2013-01-14qxl: Don't drop client capability bitsMarkus Armbruster1-2/+4
2013-01-14qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster1-14/+6
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini1-3/+2
2013-01-12build: remove CONFIG_SMARTCARDPaolo Bonzini2-2/+2
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+51
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl3-394/+659
2013-01-12hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall1-2/+2
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-1/+13
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori3-13/+40
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori4-32/+461
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall1-0/+12