aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-03kvm: add support for hyper-v timersVadim Rozenfeld
2014-02-03kvm: make hyperv vapic assist page migratableVadim Rozenfeld
2014-02-03kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld
2014-02-03kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERVPaolo Bonzini
2014-02-03KVM: fix coexistence of KVM and Hyper-V leavesPaolo Bonzini
2014-02-03kvm: print suberror on all internal errorsRadim Krčmář
2014-02-03target-i386: kvm_check_features_against_host(): Kill feature word arrayEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Fill feature words in a loopEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Set all feature words at end of functionEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check xlevel2Eduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check CPU vendorEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check levelEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Kill unused codeEduardo Habkost
2014-01-24Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'sweil/tags/for_anthony' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'kraxel/tags/pull-audio-2' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2014-01-24Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2014-01-24block: Switch bdrv_io_limits_intercept() to byte granularityKevin Wolf
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf
2014-01-24qemu-io: New command 'sleep'Kevin Wolf
2014-01-24blkdebug: Make required alignment configurableKevin Wolf
2014-01-24iscsi: Set bs->request_alignmentPaolo Bonzini
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Change coroutine wrapper to byte granularityKevin Wolf
2014-01-24block: Assert serialisation assumptions in pwritevKevin Wolf
2014-01-24block: Align requests in bdrv_co_do_pwritev()Kevin Wolf
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf
2014-01-24block: Make zero-after-EOF work with larger alignmentKevin Wolf
2014-01-24block: Allow waiting for overlapping requests between begin/endKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24block: Introduce bdrv_co_do_pwritev()Kevin Wolf
2014-01-24block: write: Handle COR dependency after I/O throttlingKevin Wolf
2014-01-24block: Introduce bdrv_aligned_pwritev()Kevin Wolf
2014-01-24block: Introduce bdrv_co_do_preadv()Kevin Wolf
2014-01-24block: Introduce bdrv_aligned_preadv()Kevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf
2014-01-24block: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf
2014-01-24qemu_memalign: Allow small alignmentsKevin Wolf
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf
2014-01-24block: Inherit opt_transfer_lengthKevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: Fix bdrv_commit return valueKevin Wolf