aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-19Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl4-21/+55
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck4-42/+107
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski1-1/+5
2013-01-18s390: Move IPL code into a separate deviceChristian Borntraeger3-88/+185
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf1-0/+6
2013-01-18openpic: export e500 epr enable into a ppc.c functionAlexander Graf3-6/+18
2013-01-18PPC: e500: Change in-memory order of load blobsAlexander Graf1-1/+6
2013-01-18PPC: E500: Calculate loading blob offsets properlyAlexander Graf1-4/+8
2013-01-18openpic: set mixed mode as supportedAlexander Graf1-0/+1
2013-01-18openpic: unify gcr mode mask updatesAlexander Graf1-12/+13
2013-01-18openpic: move gcr write into a functionAlexander Graf1-17/+22
2013-01-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori15-23/+24
2013-01-17virtio-pci: fix irqfd cleanup argument orderMichael S. Tsirkin1-3/+3
2013-01-17qom: Extend documentation on QOM method conceptsAndreas Färber1-4/+10
2013-01-17HMP: add QDict to info callback handlerWenchao Xia15-23/+24
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