aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-26qed: Make qed_read_table() synchronousKevin Wolf
2017-06-26qed: Use bottom half to resume waiting requestsKevin Wolf
2017-06-26qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia
2017-06-26qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia
2017-06-26qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}()Alberto Garcia
2017-06-26qcow2: Allow reading both COW regions with only one requestAlberto Garcia
2017-06-26qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()Alberto Garcia
2017-06-26qcow2: Make perform_cow() call do_perform_cow() twiceAlberto Garcia
2017-06-26qcow2: Use unsigned int for both members of Qcow2COWRegionAlberto Garcia
2017-06-26qcow2: Remove unused Error variable in do_perform_cow()Alberto Garcia
2017-06-26nvme: Add support for Read Data and Write Data in CMBs.Stephen Bates
2017-06-26qemu-iotests: 068: test iothread modeStefan Hajnoczi
2017-06-26qemu-iotests: 068: use -drive/-device instead of -hdaStefan Hajnoczi
2017-06-26qemu-iotests: 068: extract _qemu() functionStefan Hajnoczi
2017-06-26migration: hold AioContext lock for loadvm qemu_fclose()Stefan Hajnoczi
2017-06-26throttle: Update throttle-groups.c documentationAlberto Garcia
2017-06-26doc: Document driver-specific -blockdev optionsKevin Wolf
2017-06-26doc: Document generic -blockdev optionsKevin Wolf
2017-06-26migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()Stefan Hajnoczi
2017-06-26migration: avoid recursive AioContext locking in save_vmstate()Stefan Hajnoczi
2017-06-26block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()Stefan Hajnoczi
2017-06-26block: count bdrv_co_rw_vmstate() requestsStefan Hajnoczi
2017-06-26qemu-iotests: Test exiting qemu with running jobKevin Wolf
2017-06-26qemu-iotests: Allow starting new qemu after cleanupKevin Wolf
2017-06-26commit: Fix completion with extra referenceKevin Wolf
2017-06-23Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170623' into stagingPeter Maydell
2017-06-23target/s390x: Implement idte instructionDavid Hildenbrand
2017-06-23target/s390x: Improve heuristic for ipteDavid Hildenbrand
2017-06-23target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand
2017-06-23target/s390x: Clean up TB flag bitsRichard Henderson
2017-06-23target/s390x: Finish implementing ETF2-ENHRichard Henderson
2017-06-23target/s390x: Mark STFLE_49 facility as availableRichard Henderson
2017-06-23target/s390x: Implement processor-assist insnRichard Henderson
2017-06-23target/s390x: Implement execution-hint insnsRichard Henderson
2017-06-23target/s390x: Mark STFLE_53 facility as availableRichard Henderson
2017-06-23target/s390x: Implement load-and-zero-rightmost-byte insnsRichard Henderson
2017-06-23target/s390x: Implement load-on-condition-2 insnsRichard Henderson
2017-06-23target/s390x: Mark FPSEH facility as availableRichard Henderson
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand
2017-06-23target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand
2017-06-23target/s390x: Map existing FAC_* names to S390_FEAT_* namesRichard Henderson
2017-06-23Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170622' into ...Peter Maydell
2017-06-23Merge remote-tracking branch 'remotes/kraxel/tags/queue/misc-pull-request' in...Peter Maydell
2017-06-23ui/cocoa.m: add Speed menuJohn Arbuckle
2017-06-23applesmc: fix port i/o access widthGabriel L. Somlo
2017-06-23applesmc: implement error status portGabriel L. Somlo
2017-06-23applesmc: cosmetic whitespace and indentation cleanupGabriel L. Somlo
2017-06-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-and-input-20170623-pull-...Peter Maydell
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann