| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: use $(MAKE) variable | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -10/+10 |
* | tests: test-hmp: print command execution result | Vadim Galitsyn | 2017-12-14 | 1 | -2/+5 |
* | blockjob: remove clock argument from block_job_sleep_ns | Paolo Bonzini | 2017-11-29 | 1 | -1/+1 |
* | iotests: fix 075 and 078 | John Snow | 2017-11-27 | 2 | -16/+16 |
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell | 2017-11-21 | 4 | -1/+121 |
|\ |
|
| * | qemu-iotest: add test for blockjob coroutine race condition | Jeff Cody | 2017-11-21 | 3 | -0/+114 |
| * | qemu-iotests: add option in common.qemu for mismatch only | Jeff Cody | 2017-11-21 | 1 | -1/+7 |
* | | iotests: Fix 176 on 32-bit host | Eric Blake | 2017-11-21 | 2 | -5/+6 |
* | | block: Close a BlockDriverState completely even when bs->drv is NULL | Alberto Garcia | 2017-11-21 | 2 | -0/+25 |
|/ |
|
* | iotests: Make 087 pass without AIO enabled | Max Reitz | 2017-11-17 | 1 | -1/+8 |
* | qcow2: Refuse to get unaligned offsets from cache | Max Reitz | 2017-11-17 | 2 | -0/+50 |
* | qcow2: Add bounds check to get_refblock_offset() | Max Reitz | 2017-11-17 | 2 | -0/+68 |
* | block: Guard against NULL bs->drv | Max Reitz | 2017-11-17 | 2 | -0/+53 |
* | qcow2: Unaligned zero cluster in handle_alloc() | Max Reitz | 2017-11-17 | 2 | -0/+26 |
* | qcow2: check_errors are fatal | Max Reitz | 2017-11-17 | 2 | -0/+43 |
* | iotests: Add test for failing qemu-img commit | Max Reitz | 2017-11-17 | 2 | -0/+44 |
* | tests: Add check-qobject for equality tests | Max Reitz | 2017-11-17 | 3 | -1/+332 |
* | iotests: Add test for non-string option reopening | Max Reitz | 2017-11-17 | 2 | -0/+14 |
* | qapi/qnull: Add own header | Max Reitz | 2017-11-17 | 1 | -1/+1 |
* | qcow2: fix image corruption on commit with persistent bitmap | Eric Blake | 2017-11-17 | 2 | -11/+260 |
* | iotests: test clearing unknown autoclear_features by qcow2 | Vladimir Sementsov-Ogievskiy | 2017-11-17 | 3 | -0/+72 |
* | qcow2: fix image corruption after committing qcow2 image into base | Daniel P. Berrange | 2017-11-17 | 4 | -1/+234 |
* | qemu-iotests: Use -nographic in 182 | Kevin Wolf | 2017-11-17 | 1 | -1/+1 |
* | tests/bios-tables-test: Fix endianess problems when passing data to iasl | Thomas Huth | 2017-11-16 | 3 | -52/+39 |
* | tests/acpi-test-data: update _CRS in DSDT | Michael S. Tsirkin | 2017-11-16 | 10 | -0/+0 |
* | qemu-iotests: update unsupported image formats in 194 | Jeff Cody | 2017-11-14 | 1 | -1/+1 |
* | iotests: 077: Filter out 'resume' lines | Fam Zheng | 2017-11-14 | 2 | -17/+2 |
* | qcow2: Check that corrupted images can be repaired in iotest 060 | Alberto Garcia | 2017-11-14 | 2 | -0/+74 |
* | iotests: Use new-style NBD connections | Eric Blake | 2017-11-14 | 1 | -1/+1 |
* | iotests: Make 136 less flaky | Max Reitz | 2017-11-14 | 1 | -1/+13 |
* | iotests: Make 083 less flaky | Max Reitz | 2017-11-14 | 1 | -1/+3 |
* | iotests: Make 055 less flaky | Max Reitz | 2017-11-14 | 1 | -9/+16 |
* | iotests: Add missing 'blkdebug::' in 040 | Max Reitz | 2017-11-14 | 1 | -1/+1 |
* | iotests: Make 030 less flaky | Max Reitz | 2017-11-14 | 1 | -2/+6 |
* | qcow2: Add iotest for an empty refcount table | Alberto Garcia | 2017-11-14 | 2 | -0/+13 |
* | qcow2: Add iotest for an image with header.refcount_table_offset == 0 | Alberto Garcia | 2017-11-14 | 2 | -0/+13 |
* | qcow2: Don't open images with header.refcount_table_clusters == 0 | Alberto Garcia | 2017-11-14 | 2 | -0/+12 |
* | qcow2: Prevent allocating compressed clusters at offset 0 | Alberto Garcia | 2017-11-14 | 2 | -0/+18 |
* | qcow2: Prevent allocating L2 tables at offset 0 | Alberto Garcia | 2017-11-14 | 2 | -0/+13 |
* | qcow2: Prevent allocating refcount blocks at offset 0 | Alberto Garcia | 2017-11-14 | 2 | -0/+19 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2017-11-14 | 2 | -2/+64 |
|\ |
|
| * | qemu-iotests: Test I/O limits with removable media | Alberto Garcia | 2017-11-13 | 2 | -2/+64 |
* | | Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta... | Peter Maydell | 2017-11-14 | 2 | -2/+24 |
|\ \ |
|
| * | | docker: correctly escape $BACKEND in the help output | Philippe Mathieu-Daudé | 2017-11-08 | 1 | -1/+1 |
| * | | docker: Improved image checksum | Fam Zheng | 2017-11-08 | 1 | -1/+23 |
* | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-11-09' into st... | Peter Maydell | 2017-11-13 | 3 | -6/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | nbd-client: Refuse read-only client with BDRV_O_RDWR | Eric Blake | 2017-11-09 | 3 | -6/+7 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2017-11-10 | 1 | -3/+2 |
|\ \ |
|
| * | | tests-aio-multithread: fix /aio/multi/schedule race condition | Stefan Hajnoczi | 2017-11-08 | 1 | -3/+2 |
| |/ |
|
* / | tests: Run the luks tests in test-crypto-block only if encryption is available | Thomas Huth | 2017-11-08 | 1 | -1/+2 |
|/ |
|