summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qdev: Fold state enum into bool realizedAndreas Färber2013-01-165-29/+31
* pseries: set no default boot orderAvik Sil2013-01-161-2/+4
* Make default boot order machine specificAvik Sil2013-01-1656-6/+106
* Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori2013-01-153-73/+62Star
|\
| * acpi_piix4: Do not use old_portio-style callbacksHervé Poussineau2013-01-151-51/+41Star
| * xen_platform: Do not use old_portio-style callbacksHervé Poussineau2013-01-151-11/+10Star
| * hw/dma.c: Fix conversion of ioport_register* to MemoryRegionJulien Grall2013-01-151-11/+11
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-152-28/+55
|\ \
| * | scsi-disk: qemu_vfree(NULL) is fine, simplifyMarkus Armbruster2013-01-151-3/+1Star
| * | ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
| * | ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
| |/
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-01-1514-43/+71
|\ \
| * | exec: Return CPUState from qemu_get_cpu()Andreas Färber2013-01-151-1/+1
| * | cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-1513-39/+62
| * | cpu: Move numa_node field to CPUStateAndreas Färber2013-01-151-1/+3
| * | cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-3/+6
| |/
* | Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori2013-01-152-25/+41
|\ \
| * | pc87312: Avoid define conflict on mingw32Blue Swirl2013-01-151-21/+17Star
| * | pc87312: Replace register_ioport_*() with MemoryRegionAndreas Färber2013-01-152-4/+24
| |/
* | Merge remote-tracking branch 'sstabellini/xen-2013-01-14' into stagingAnthony Liguori2013-01-151-24/+184
|\ \ | |/ |/|
| * xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIERStefano Stabellini2013-01-141-5/+4Star
| * xen_disk: add persistent grant support to xen_disk backendRoger Pau Monne2013-01-141-17/+154
| * xen_disk: fix memory leakRoger Pau Monne2013-01-141-2/+26
* | virtio-9p: fix compilation error.KONRAD Frederic2013-01-151-0/+1
* | dataplane: fix build breakage on set_guest_notifiers()Michael Roth2013-01-141-2/+2
* | virtio-pci: build for uninitialized return value in vq_vector_unmaskMichael Roth2013-01-141-1/+1
* | Add GE IP-Octal 232 IndustryPack emulationAlberto Garcia2013-01-142-1/+620
* | Add TEWS TPCI200 IndustryPack emulationAlberto Garcia2013-01-145-0/+871
|/
* Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori2013-01-143-8/+31
|\
| * usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster2013-01-141-1/+1
| * usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster2013-01-141-1/+1
| * ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster2013-01-141-0/+4
| * xhci: nuke transfe5rs on detachGerd Hoffmann2013-01-141-1/+7
| * xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann2013-01-141-0/+1
| * xhci: create xhci_detach_slot helper functionGerd Hoffmann2013-01-141-6/+18
* | Merge remote-tracking branch 'spice/spice.v67' into stagingAnthony Liguori2013-01-141-16/+10Star
|\ \
| * | qxl: Don't drop client capability bitsMarkus Armbruster2013-01-141-2/+4
| * | qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster2013-01-141-14/+6Star
| |/
* | Merge remote-tracking branch 'kraxel/testdev.2' into stagingAnthony Liguori2013-01-141-9/+9
|\ \
| * | pc-testdev: use typedefsGerd Hoffmann2013-01-141-9/+9
| |/
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-141-11/+60
|\ \
| * | dataplane: handle misaligned virtio-blk requestsStefan Hajnoczi2013-01-141-0/+40
| * | dataplane: extract virtio-blk read/write processing into do_rdwr_cmd()Stefan Hajnoczi2013-01-141-11/+20
| |/
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-01-1416-69/+382
|\ \
| * | pci-assign: Enable MSIX on device to match guestAlex Williamson2013-01-091-2/+15
| * | pci: use constants for devices under the 1B36 device ID, document themPaolo Bonzini2013-01-093-12/+15
| * | ivshmem: use symbolic constant for PCI ID, add to pci-ids.txtPaolo Bonzini2013-01-081-2/+5
| * | virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini2013-01-082-1/+2
| * | vhost: backend masking supportMichael S. Tsirkin2013-01-075-16/+137
| * | vhost: set started flag while start is in progressMichael S. Tsirkin2013-01-071-2/+5