summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov2014-01-283-19/+19
* add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2014-01-286-0/+125
* vl.c: -object: don't ignore duplicate 'id'Igor Mammedov2014-01-281-1/+8
* object_add: consolidate error handlingIgor Mammedov2014-01-281-4/+6
* 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
| * | | block: Make overlap range for serialisation dynamicKevin Wolf2014-01-242-26/+31
| * | | block: Generalise and optimise COR serialisationKevin Wolf2014-01-242-21/+32
| * | | block: Make zero-after-EOF work with larger alignmentKevin Wolf2014-01-241-3/+4
| * | | block: Allow waiting for overlapping requests between begin/endKevin Wolf2014-01-241-18/+20
| * | | block: Switch BdrvTrackedRequest to byte granularityKevin Wolf2014-01-243-21/+42
| * | | block: Introduce bdrv_co_do_pwritev()Kevin Wolf2014-01-241-6/+18
| * | | block: write: Handle COR dependency after I/O throttlingKevin Wolf2014-01-241-4/+4
| * | | block: Introduce bdrv_aligned_pwritev()Kevin Wolf2014-01-241-21/+41
OpenPOWER on IntegriCloud