summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-25qcow2: Check qcow2_alloc_clusters_at() return valueKevin Wolf1-10/+13
2012-05-25sheepdog: use heap instead of stack for BDRVSheepdogStateMORITA Kazutaka1-13/+22
2012-05-25sheepdog: return -errno on errorMORITA Kazutaka1-32/+46
2012-05-25sheepdog: mark image as snapshot when tag is specifiedMORITA Kazutaka1-1/+1
2012-05-25qemu-img: Explain how rebase operation can be used to perform a 'diff' operat...Richard W.M. Jones1-0/+18
2012-05-25qcow2: don't leak buffer for unexpected qcow_version in headerJim Meyering1-1/+2
2012-05-25scsi: declare vmstate_info_scsi_requests to be staticJim Meyering1-1/+1
2012-05-24qemu-ga: Fix missing environ declarationLuiz Capitulino1-1/+5
2012-05-24configure: check if environ is declaredLuiz Capitulino1-0/+19
2012-05-24audio: Always call fini on exitJan Kiszka1-4/+8
2012-05-24es1370: Fix debug codeStefan Weil1-5/+6
2012-05-22Update version for 1.1.0-rc3v1.1.0-rc3Anthony Liguori1-1/+1
2012-05-21xen: Fix PV-on-HVMAnthony PERARD1-1/+4
2012-05-21qdev: Fix memory leakdunrong huang1-1/+5
2012-05-21virtio: check virtio_load return codeOrit Wassermann5-5/+27
2012-05-21virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini4-7/+9
2012-05-21virtio-blk: define VirtIOBlkConfPaolo Bonzini7-28/+32
2012-05-21virtio-blk: blockdev_mark_auto_del is transport-independentPaolo Bonzini2-1/+1
2012-05-21virtio-blk: report non-zero status when failing SG_IO requestsPaolo Bonzini1-28/+23
2012-05-21use an uint64_t for the max_sz parameter in load_image_targphysMark Langsdorf2-2/+3
2012-05-21Merge remote-tracking branch 'mdroth/qga-pull-5-15-12' into stagingAnthony Liguori9-162/+174
2012-05-21tests: Add rtc-test (fix test regression)Stefan Weil1-1/+1
2012-05-21virtio/vhost: Add support for KVM in-kernel MSI injectionJan Kiszka2-0/+132
2012-05-21msix: Add msix_nr_vectors_allocatedJan Kiszka2-0/+7
2012-05-21kvm: Enable use of kvm_irqchip_in_kernel in hwlib codeJan Kiszka1-0/+1
2012-05-21kvm: Introduce kvm_irqchip_add/remove_irqfdJan Kiszka3-0/+43
2012-05-21kvm: Make kvm_irqchip_commit_routes an internal serviceJan Kiszka3-18/+15
2012-05-21kvm: Publicize kvm_irqchip_release_virqJan Kiszka3-1/+6
2012-05-21kvm: Introduce kvm_irqchip_add_msi_routeJan Kiszka3-4/+45
2012-05-21kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_routeJan Kiszka3-6/+6
2012-05-21msix: Introduce vector notifiersJan Kiszka3-0/+105
2012-05-21msix: Invoke msix_handle_mask_update on msix_mask_allJan Kiszka1-0/+4
2012-05-21msix: Factor out msix_get_messageJan Kiszka1-6/+13
2012-05-19tests: Fix linker failure for fdc-testStefan Weil1-1/+1
2012-05-19mips: Fix BC1ANY[24]F instructionsRichard Sandiford1-4/+4
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf3-1/+24
2012-05-19virtio-pci: add missing 'static'Blue Swirl1-1/+1
2012-05-19sparc64: fix initrd loadingBlue Swirl1-23/+33
2012-05-18audio: split IN_T into two separate constantsRoger Pau Monne2-13/+27
2012-05-18target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite1-1/+11
2012-05-17kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNCAvi Kivity1-0/+13
2012-05-17Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.John V. Baboval2-8/+12
2012-05-17xen: Fix PV-on-HVMAnthony PERARD1-1/+4
2012-05-17xen_disk: properly update stats in ioreq_release()Jan Beulich1-4/+8
2012-05-17xen_disk: use bdrv_aio_flush instead of bdrv_flushStefano Stabellini1-4/+18
2012-05-17xen_disk: remove syncwrite optionStefano Stabellini1-7/+1
2012-05-17xen: disable rtc_clockStefano Stabellini1-0/+4
2012-05-17xen: do not initialize the interval timer and PCSPK emulatorStefano Stabellini1-10/+13
2012-05-16kvm: Enable in-kernel irqchip support by defaultJan Kiszka1-1/+1
2012-05-16kvm: Add support for direct MSI injectionsJan Kiszka1-3/+19