aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-19vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster
2013-01-19fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster
2013-01-19pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster
2013-01-19sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster
2013-01-19pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster
2013-01-19fw_cfg: New fw_cfg_add_string()Markus Armbruster
2013-01-19fw_cfg: Dumb down fw_cfg_add_*() not to return success / failureMarkus Armbruster
2013-01-19fw_cfg: Replace debug prints by tracepointsMarkus Armbruster
2013-01-19Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski
2013-01-18s390: Move IPL code into a separate deviceChristian Borntraeger
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf
2013-01-18openpic: export e500 epr enable into a ppc.c functionAlexander Graf
2013-01-18PPC: e500: Change in-memory order of load blobsAlexander Graf
2013-01-18PPC: E500: Calculate loading blob offsets properlyAlexander Graf
2013-01-18openpic: set mixed mode as supportedAlexander Graf
2013-01-18openpic: unify gcr mode mask updatesAlexander Graf
2013-01-18openpic: move gcr write into a functionAlexander Graf
2013-01-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-01-17virtio-pci: fix irqfd cleanup argument orderMichael S. Tsirkin
2013-01-17qom: Extend documentation on QOM method conceptsAndreas Färber
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-16tmp105: Add temperature QOM propertyAndreas Färber
2013-01-16tmp105: QOM'ifyAndreas Färber
2013-01-16tmp105: Fix I2C protocol bugAndreas Färber
2013-01-16tmp105: Split out I2C message constants from headerAndreas Färber
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster
2013-01-16pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-16Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang
2013-01-15qdev: Prepare "realized" propertyAndreas Färber
2013-01-15qdev: Fold state enum into bool realizedAndreas Färber
2013-01-15pseries: set no default boot orderAvik Sil
2013-01-15Make default boot order machine specificAvik Sil
2013-01-15Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori
2013-01-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-01-15Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-01-15Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori
2013-01-15Merge remote-tracking branch 'sstabellini/xen-2013-01-14' into stagingAnthony Liguori
2013-01-15acpi_piix4: Do not use old_portio-style callbacksHervé Poussineau
2013-01-15xen_platform: Do not use old_portio-style callbacksHervé Poussineau
2013-01-15hw/dma.c: Fix conversion of ioport_register* to MemoryRegionJulien Grall
2013-01-15scsi-disk: qemu_vfree(NULL) is fine, simplifyMarkus Armbruster
2013-01-15ide: issue discard asynchronously but serialize the piecesPaolo Bonzini
2013-01-15ide: fix TRIM with empty range entryPaolo Bonzini
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber
2013-01-15pc87312: Avoid define conflict on mingw32Blue Swirl