aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16nbd: Reject unknown request flagsEric Blake
2016-06-16nbd: Improve server handling of bogus commandsEric Blake
2016-06-16nbd: Quit server after any write errorEric Blake
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake
2016-06-16vl.c: Add '-L help' which lists data dirs.Richard W.M. Jones
2016-06-16KVM: use KVM_CAP_MAX_VCPU_IDGreg Kurz
2016-06-16scsi-disk: Use (unsigned long) typecasts when using "%lu" format stringThomas Huth
2016-06-16target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID dataChao Peng
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell
2016-06-16configure: Remove unused CONFIG_SIGEV_THREAD_ID switchThomas Huth
2016-06-16avx2 configure: Use primitives in testDr. David Alan Gilbert
2016-06-16Make avx2 configure test work with -O2Dr. David Alan Gilbert
2016-06-16Makefile: Fix tag file generation targetsSergey Fedorov
2016-06-16configure: Enable -Werror for MinGW builds, tooThomas Huth
2016-06-16clean-includes: run it once morePaolo Bonzini
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-16configure: Remove unused CONFIG_ZERO_MALLOC settingThomas Huth
2016-06-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-06-16Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in...Kevin Wolf
2016-06-16hbitmap: add 'pos < size' assertsVladimir Sementsov-Ogievskiy
2016-06-16iotests: Add test for oVirt-like storage migrationMax Reitz
2016-06-16iotests: Add test for post-mirror backing chainsMax Reitz
2016-06-16block/null: Implement bdrv_refresh_filename()Max Reitz
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Allow replacement of a BDS by its overlayMax Reitz
2016-06-16rbd:change error_setg() to error_setg_errno()Vikhyat Umrao
2016-06-16iotests: 095: Clean up QEMU before showing image infoFam Zheng
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia
2016-06-16block: Prevent sleeping jobs from resuming if they have been pausedAlberto Garcia
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia
2016-06-16block: use the block job list in bdrv_drain_all()Alberto Garcia
2016-06-16block: Fix snapshot=on with aio=nativeKevin Wolf
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf
2016-06-16block: Allow .bdrv_load/save_vmstate() to return 0/-errnoKevin Wolf
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf
2016-06-16doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth
2016-06-16linux-aio: Cancel BH if not neededKevin Wolf
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf
2016-06-16raw-posix: Implement .bdrv_co_preadv/pwritevKevin Wolf
2016-06-16raw-posix: Switch to bdrv_co_* interfacesKevin Wolf
2016-06-16block: Prepare bdrv_aligned_pwritev() for byte-aligned requestsKevin Wolf
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange