Age | Commit message (Expand) | Author |
2016-06-16 | nbd: Avoid magic number for NBD max name size | Eric Blake |
2016-06-16 | nbd: Detect servers that send unexpected error values | Eric Blake |
2016-06-16 | nbd: Clean up ioctl handling of qemu-nbd -c | Eric Blake |
2016-06-16 | nbd: Group all Linux-specific ioctl code in one place | Eric Blake |
2016-06-16 | nbd: Reject unknown request flags | Eric Blake |
2016-06-16 | nbd: Improve server handling of bogus commands | Eric Blake |
2016-06-16 | nbd: Quit server after any write error | Eric Blake |
2016-06-16 | nbd: More debug typo fixes, use correct formats | Eric Blake |
2016-06-16 | nbd: Use BDRV_REQ_FUA for better FUA where supported | Eric Blake |
2016-06-16 | vl.c: Add '-L help' which lists data dirs. | Richard W.M. Jones |
2016-06-16 | KVM: use KVM_CAP_MAX_VCPU_ID | Greg Kurz |
2016-06-16 | scsi-disk: Use (unsigned long) typecasts when using "%lu" format string | Thomas Huth |
2016-06-16 | target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data | Chao Peng |
2016-06-16 | nbd: simplify the nbd_request and nbd_reply structs | Paolo Bonzini |
2016-06-16 | nbd: Don't use cpu_to_*w() functions | Peter Maydell |
2016-06-16 | nbd: Don't use *_to_cpup() functions | Peter Maydell |
2016-06-16 | configure: Remove unused CONFIG_SIGEV_THREAD_ID switch | Thomas Huth |
2016-06-16 | avx2 configure: Use primitives in test | Dr. David Alan Gilbert |
2016-06-16 | Make avx2 configure test work with -O2 | Dr. David Alan Gilbert |
2016-06-16 | Makefile: Fix tag file generation targets | Sergey Fedorov |
2016-06-16 | configure: Enable -Werror for MinGW builds, too | Thomas Huth |
2016-06-16 | clean-includes: run it once more | Paolo Bonzini |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-16 | configure: Remove unused CONFIG_ZERO_MALLOC setting | Thomas Huth |
2016-06-16 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-06-16 | Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in... | Kevin Wolf |
2016-06-16 | hbitmap: add 'pos < size' asserts | Vladimir Sementsov-Ogievskiy |
2016-06-16 | iotests: Add test for oVirt-like storage migration | Max Reitz |
2016-06-16 | iotests: Add test for post-mirror backing chains | Max Reitz |
2016-06-16 | block/null: Implement bdrv_refresh_filename() | Max Reitz |
2016-06-16 | block/mirror: Fix target backing BDS | Max Reitz |
2016-06-16 | block: Allow replacement of a BDS by its overlay | Max Reitz |
2016-06-16 | rbd:change error_setg() to error_setg_errno() | Vikhyat Umrao |
2016-06-16 | iotests: 095: Clean up QEMU before showing image info | Fam Zheng |
2016-06-16 | block: Create the commit block job before reopening any image | Alberto Garcia |
2016-06-16 | block: Prevent sleeping jobs from resuming if they have been paused | Alberto Garcia |
2016-06-16 | block: use the block job list in qmp_query_block_jobs() | Alberto Garcia |
2016-06-16 | block: use the block job list in bdrv_drain_all() | Alberto Garcia |
2016-06-16 | block: Fix snapshot=on with aio=native | Kevin Wolf |
2016-06-16 | block: Remove bs->zero_beyond_eof | Kevin Wolf |
2016-06-16 | qcow2: Let vmstate call qcow2_co_preadv/pwrite directly | Kevin Wolf |
2016-06-16 | block: Make bdrv_load/save_vmstate coroutine_fns | Kevin Wolf |
2016-06-16 | block: Allow .bdrv_load/save_vmstate() to return 0/-errno | Kevin Wolf |
2016-06-16 | block: Make .bdrv_load_vmstate() vectored | Kevin Wolf |
2016-06-16 | block: Introduce bdrv_preadv() | Kevin Wolf |
2016-06-16 | doc: Fix mailing list address in tests/qemu-iotests/README | Thomas Huth |
2016-06-16 | linux-aio: Cancel BH if not needed | Kevin Wolf |
2016-06-16 | block: Don't enforce 512 byte minimum alignment | Kevin Wolf |
2016-06-16 | raw-posix: Implement .bdrv_co_preadv/pwritev | Kevin Wolf |
2016-06-16 | raw-posix: Switch to bdrv_co_* interfaces | Kevin Wolf |