summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-17ide: Remove wrong assertionKevin Wolf1-1/+0
2013-01-16tmp105: Add temperature QOM propertyAndreas Färber2-20/+29
2013-01-16tmp105: QOM'ifyAndreas Färber2-24/+39
2013-01-16tmp105: Fix I2C protocol bugAndreas Färber1-3/+6
2013-01-16tmp105: Split out I2C message constants from headerAndreas Färber2-33/+51
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster1-1/+1
2013-01-16pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil2-28/+8
2013-01-16Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang2-0/+2
2013-01-15qdev: Prepare "realized" propertyAndreas Färber2-24/+122
2013-01-15qdev: Fold state enum into bool realizedAndreas Färber5-29/+31
2013-01-15pseries: set no default boot orderAvik Sil1-2/+4
2013-01-15Make default boot order machine specificAvik Sil56-6/+106
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