summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori8-81/+159
2012-05-29Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori3-17/+17
2012-05-29Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori3-40/+206
2012-05-28slirp: Avoid redefining MAX_TCPOPTLENAndreas Färber1-0/+1
2012-05-28slirp: Avoid statements without effect on Big Endian hostAndreas Färber1-12/+8
2012-05-28ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg2-31/+85
2012-05-28ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg1-5/+59
2012-05-28ISCSI: get device type at connection timeRonnie Sahlberg1-2/+43
2012-05-28ISCSI: change num_blocks to 64-bitPaolo Bonzini1-1/+1
2012-05-28ISCSI: redo how we set up the eventsRonnie Sahlberg1-4/+21
2012-05-28slirp: Untangle TCPOLEN_* from TCPOPT_*Andreas Färber1-5/+8
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber1-6/+10
2012-05-25fdc-test: introduced qtest no_media_on_start and cmos qtest for floppyPavel Hrdina1-17/+48
2012-05-25fdc: fix media detectionPavel Hrdina1-6/+8
2012-05-25fdc: floppy drive should be visible after start without mediaPavel Hrdina1-1/+1
2012-05-25qemu-iotests: mark 035 qcow2-onlyStefan Hajnoczi1-1/+1
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