aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-06-04net: net_client_init(): use error_set()Luiz Capitulino
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-06-04qemu-option: qemu_opts_from_qdict(): use error_set()Luiz Capitulino
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino
2012-06-04Revert "rtl8139: do the network/host communication only in normal operating m...Jason Wang
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-05-30ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp
2012-05-30virtio-blk: Fix geometry sector calculationChristian Borntraeger
2012-05-30virtio: Fix compiler warning for non Linux hostsStefan Weil
2012-05-29pci: call object_unparent() before free_qdev()Amos Kong
2012-05-29fix multiboot loading if load_end_addr == 0Scott Moser
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity
2012-05-29Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into stagingAnthony Liguori
2012-05-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-05-25fdc: fix media detectionPavel Hrdina
2012-05-25fdc: floppy drive should be visible after start without mediaPavel Hrdina
2012-05-25scsi: declare vmstate_info_scsi_requests to be staticJim Meyering
2012-05-24es1370: Fix debug codeStefan Weil
2012-05-21xen: Fix PV-on-HVMAnthony PERARD
2012-05-21qdev: Fix memory leakdunrong huang
2012-05-21virtio: check virtio_load return codeOrit Wassermann
2012-05-21virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini
2012-05-21virtio-blk: define VirtIOBlkConfPaolo Bonzini
2012-05-21virtio-blk: blockdev_mark_auto_del is transport-independentPaolo Bonzini
2012-05-21virtio-blk: report non-zero status when failing SG_IO requestsPaolo Bonzini
2012-05-21use an uint64_t for the max_sz parameter in load_image_targphysMark Langsdorf
2012-05-21virtio/vhost: Add support for KVM in-kernel MSI injectionJan Kiszka
2012-05-21msix: Add msix_nr_vectors_allocatedJan Kiszka
2012-05-21kvm: Make kvm_irqchip_commit_routes an internal serviceJan Kiszka
2012-05-21kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_routeJan Kiszka
2012-05-21msix: Introduce vector notifiersJan Kiszka
2012-05-21msix: Invoke msix_handle_mask_update on msix_mask_allJan Kiszka
2012-05-21msix: Factor out msix_get_messageJan Kiszka
2012-05-19virtio-pci: add missing 'static'Blue Swirl
2012-05-19sparc64: fix initrd loadingBlue Swirl
2012-05-17Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.John V. Baboval
2012-05-17xen: Fix PV-on-HVMAnthony PERARD
2012-05-17xen_disk: properly update stats in ioreq_release()Jan Beulich
2012-05-17xen_disk: use bdrv_aio_flush instead of bdrv_flushStefano Stabellini
2012-05-17xen_disk: remove syncwrite optionStefano Stabellini
2012-05-17xen: do not initialize the interval timer and PCSPK emulatorStefano Stabellini
2012-05-16kvm: x86: Wire up MSI support for in-kernel irqchipJan Kiszka
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka
2012-05-16Introduce MSIMessage structureJan Kiszka
2012-05-14Merge remote-tracking branch 'afaerber-or/qom-1.1' into stagingAnthony Liguori
2012-05-14Merge remote-tracking branch 'kraxel/usb.50' into stagingAnthony Liguori
2012-05-14Merge remote-tracking branch 'spice/spice.v55' into stagingAnthony Liguori
2012-05-14Merge remote-tracking branch 'sweil/for-1.1' into stagingAnthony Liguori
2012-05-14qdev: fix -device foo,?Paolo Bonzini
2012-05-14usb-host: handle guest-issued clear haltGerd Hoffmann