Age | Commit message (Expand) | Author | Files | Lines |
2017-07-18 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-07-17-v2-tag'... | Peter Maydell | 2 | -4/+67 |
2017-07-18 | test-qga: add test for guest-get-osinfo | Tomáš Golembiovský | 2 | -0/+63 |
2017-07-18 | test-qga: pass environemnt to qemu-ga | Tomáš Golembiovský | 1 | -4/+4 |
2017-07-17 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+1 |
2017-07-17 | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova | 1 | -1/+1 |
2017-07-17 | docker.py: Improve subprocess exit code handling | Fam Zheng | 1 | -7/+12 |
2017-07-17 | docker.py: Drop infile parameter | Fam Zheng | 1 | -4/+2 |
2017-07-17 | docker: Don't enable networking as a side-effect of DEBUG=1 | Daniel P. Berrange | 1 | -1/+4 |
2017-07-14 | vmgenid-test: use boot-sector infrastructure | Michael S. Tsirkin | 2 | -17/+31 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -72/+206 |
2017-07-14 | hmp: add hmp analogue for qmp-chardev-change | Anton Nefedov | 1 | -0/+1 |
2017-07-14 | test-char: add hotswap test | Anton Nefedov | 1 | -0/+71 |
2017-07-14 | test-char: split char_file_test | Anton Nefedov | 1 | -53/+84 |
2017-07-14 | test-char: split char_udp_test | Anton Nefedov | 1 | -16/+40 |
2017-07-14 | test-char: destroy chardev-udp after test | Anton Nefedov | 1 | -0/+1 |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov | 2 | -5/+11 |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 1 | -3/+3 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -3/+3 |
2017-07-11 | iotests: Add preallocated growth test for qcow2 | Max Reitz | 3 | -0/+517 |
2017-07-11 | iotests: Add preallocated resize test for raw | Max Reitz | 3 | -0/+143 |
2017-07-11 | block/qcow2: Add qcow2_refcount_area() | Max Reitz | 1 | -1/+1 |
2017-07-11 | iotests: add test 178 for qemu-img measure | Stefan Hajnoczi | 4 | -0/+615 |
2017-07-11 | qemu-iotests: support per-format golden output files | Stefan Hajnoczi | 1 | -0/+5 |
2017-07-11 | tests: Avoid non-portable 'echo -ARG' | Eric Blake | 8 | -58/+59 |
2017-07-11 | iotests: Add test for colon handling | Max Reitz | 3 | -0/+129 |
2017-07-11 | iotests: Use absolute paths for executables | Max Reitz | 1 | -0/+11 |
2017-07-11 | iotests: chown LUKS device before qemu-io launches | Daniel P. Berrange | 2 | -179/+177 |
2017-07-11 | iotests: add more LUKS hash combination tests | Daniel P. Berrange | 2 | -8/+484 |
2017-07-11 | iotests: reduce PBKDF iterations when testing LUKS | Daniel P. Berrange | 4 | -60/+67 |
2017-07-11 | iotests: fix remainining tests to work with LUKS | Daniel P. Berrange | 9 | -24/+82 |
2017-07-11 | iotests: skip 159 & 170 with luks format | Daniel P. Berrange | 2 | -0/+2 |
2017-07-11 | iotests: test qcow2 persistent dirty bitmap | Vladimir Sementsov-Ogievskiy | 3 | -0/+111 |
2017-07-11 | qmp: add x-debug-block-dirty-bitmap-sha256 | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-07-11 | tests: add hbitmap iter test | Vladimir Sementsov-Ogievskiy | 1 | -0/+19 |
2017-07-11 | iotests: 181 does not work for all formats | Max Reitz | 1 | -0/+2 |
2017-07-11 | block: pass option prefix down to crypto layer | Daniel P. Berrange | 1 | -4/+4 |
2017-07-11 | iotests: enable tests 134 and 158 to work with qcow (v1) | Daniel P. Berrange | 2 | -2/+2 |
2017-07-11 | qcow2: add iotests to cover LUKS encryption support | Daniel P. Berrange | 7 | -2/+255 |
2017-07-11 | qcow2: add support for LUKS encryption format | Daniel P. Berrange | 1 | -54/+216 |
2017-07-11 | qcow2: convert QCow2 to use QCryptoBlock for encryption | Daniel P. Berrange | 10 | -64/+80 |
2017-07-11 | block: deprecate "encryption=on" in favor of "encrypt.format=aes" | Daniel P. Berrange | 5 | -108/+135 |
2017-07-11 | iotests: skip 048 with qcow which doesn't support resize | Daniel P. Berrange | 1 | -1/+1 |
2017-07-11 | iotests: skip 042 with qcow which dosn't support zero sized images | Daniel P. Berrange | 1 | -1/+1 |
2017-07-10 | blkdebug: Support .bdrv_co_get_block_status | Eric Blake | 1 | -1/+4 |
2017-07-10 | block: Guarantee that *file is set on bdrv_get_block_status() | Eric Blake | 2 | -0/+5 |
2017-07-10 | qemu-io: Don't die on second open | Eric Blake | 3 | -2/+10 |
2017-07-04 | tests/test-char.c: Don't use main_loop_wait()'s return value | Peter Maydell | 1 | -5/+1 |
2017-07-03 | i386/acpi: update expected acpi files | Michael S. Tsirkin | 5 | -0/+0 |
2017-07-03 | tests: Add unit tests for the VM Generation ID feature | Ben Warren | 2 | -0/+205 |
2017-06-30 | Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging | Peter Maydell | 2 | -10/+6 |