summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kvm: make hyperv vapic assist page migratableVadim Rozenfeld2014-02-033-1/+32
* kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld2014-02-033-2/+39
* kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERVPaolo Bonzini2014-02-031-5/+11
* KVM: fix coexistence of KVM and Hyper-V leavesPaolo Bonzini2014-02-031-22/+25
* kvm: print suberror on all internal errorsRadim Krčmář2014-02-031-4/+3
* target-i386: kvm_check_features_against_host(): Kill feature word arrayEduardo Habkost2014-02-031-36/+12
* target-i386: kvm_cpu_fill_host(): Fill feature words in a loopEduardo Habkost2014-02-031-16/+7
* target-i386: kvm_cpu_fill_host(): Set all feature words at end of functionEduardo Habkost2014-02-031-14/+9
* target-i386: kvm_cpu_fill_host(): No need to check xlevel2Eduardo Habkost2014-02-031-7/+4
* target-i386: kvm_cpu_fill_host(): No need to check CPU vendorEduardo Habkost2014-02-031-8/+6
* target-i386: kvm_cpu_fill_host(): No need to check levelEduardo Habkost2014-02-031-6/+2
* target-i386: kvm_cpu_fill_host(): Kill unused codeEduardo Habkost2014-02-031-2/+0
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2014-01-246-23/+145
|\
| * kvm: always update the MPX model specific registerPaolo Bonzini2014-01-201-3/+3
| * KVM: fix addr type for KVM_IOEVENTFDAlexey Kardashevskiy2014-01-151-1/+1
| * KVM: Retry KVM_CREATE_VM on EINTRthomas knych2014-01-151-3/+9
| * mempath prefault: fix off-by-one errorMarcelo Tosatti2013-12-301-1/+1
| * kvm: x86: Separately write feature control MSR on resetJan Kiszka2013-12-181-4/+29
| * roms: Flush icache when writing roms to guest memoryAlexander Graf2013-12-133-5/+47
| * target-i386: clear guest TSC on resetFernando Luis Vázquez Cao2013-12-122-3/+4
| * target-i386: do not special case TSC writebackFernando Luis Vázquez Cao2013-12-121-9/+1
| * target-i386: Intel MPXLiu Jinsong2013-12-124-3/+101
* | Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori2014-01-241-1/+6
|\ \
| * | seccomp: add some basic shared memory syscalls to the whitelistPaul Moore2014-01-201-1/+4
| * | seccomp: add mkdir() and fchmod() to the whitelistPaul Moore2014-01-201-1/+3
* | | Merge remote-tracking branch 'sweil/tags/for_anthony' into stagingAnthony Liguori2014-01-241-3/+15
|\ \ \
| * | | gtk: Support keyboard translation for hosts running WindowsStefan Weil2014-01-201-3/+15
| |/ /
* | | Merge remote-tracking branch 'kraxel/tags/pull-audio-2' into stagingAnthony Liguori2014-01-241-0/+18
|\ \ \
| * | | hda-codec: disable streams on resetGerd Hoffmann2014-01-201-0/+18
| |/ /
* | | Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into stagingAnthony Liguori2014-01-2410-6/+305
|\ \ \
| * | | usb-hid: add microsoft os descriptor supportGerd Hoffmann2014-01-161-0/+8
| * | | usb: add support for microsoft os descriptorsGerd Hoffmann2014-01-169-6/+297
| |/ /
* | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2014-01-244-1/+16
|\ \ \
| * | | scsi: Support TEST UNIT READY in the dummy LUN0Paolo Bonzini2014-01-161-0/+2
| * | | block: add .bdrv_reopen_prepare() stub for iscsiJeff Cody2014-01-151-0/+9
| * | | virtio-scsi: Prevent assertion on missed eventsEric Farman2014-01-151-1/+1
| * | | virtio-scsi: Cleanup of I/Os that never startedEric Farman2014-01-151-0/+4
| * | | scsi: Assign cancel_io vector for scsi_disk_emulate_opsPaolo Bonzini2014-01-151-0/+1
| |/ /
* | | Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori2014-01-2477-885/+3579
|\ \ \
| * | | block: Switch bdrv_io_limits_intercept() to byte granularityKevin Wolf2014-01-241-8/+5
| * | | qemu-iotests: Test pwritev RMW logicKevin Wolf2014-01-246-0/+504
| * | | qemu-io: New command 'sleep'Kevin Wolf2014-01-241-0/+42
| * | | blkdebug: Make required alignment configurableKevin Wolf2014-01-242-0/+19
| * | | iscsi: Set bs->request_alignmentPaolo Bonzini2014-01-241-0/+1
| * | | block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf2014-01-242-56/+9
| * | | block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf2014-01-241-36/+13
| * | | block: Change coroutine wrapper to byte granularityKevin Wolf2014-01-241-22/+26
| * | | block: Assert serialisation assumptions in pwritevKevin Wolf2014-01-241-4/+12
| * | | block: Align requests in bdrv_co_do_pwritev()Kevin Wolf2014-01-241-1/+85
| * | | block: Allow wait_serialising_requests() at any pointKevin Wolf2014-01-242-3/+12
OpenPOWER on IntegriCloud