aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-07-11iotests: 181 does not work for all formatsMax Reitz1-0/+2
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-4/+4
2017-07-11iotests: enable tests 134 and 158 to work with qcow (v1)Daniel P. Berrange2-2/+2
2017-07-11qcow2: add iotests to cover LUKS encryption supportDaniel P. Berrange7-2/+255
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange1-54/+216
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange10-64/+80
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange5-108/+135
2017-07-11iotests: skip 048 with qcow which doesn't support resizeDaniel P. Berrange1-1/+1
2017-07-11iotests: skip 042 with qcow which dosn't support zero sized imagesDaniel P. Berrange1-1/+1
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake1-1/+4
2017-07-10block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake2-0/+5
2017-07-10qemu-io: Don't die on second openEric Blake3-2/+10
2017-07-04tests/test-char.c: Don't use main_loop_wait()'s return valuePeter Maydell1-5/+1
2017-07-03i386/acpi: update expected acpi filesMichael S. Tsirkin5-0/+0
2017-07-03tests: Add unit tests for the VM Generation ID featureBen Warren2-0/+205
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell2-10/+6
2017-06-30block: Exploit BDRV_BLOCK_EOF for larger zero blocksEric Blake2-10/+6
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-15/+88
2017-06-30tests: fix virtio-net-test ISR dependenceStefan Hajnoczi1-3/+3
2017-06-30tests: fix virtio-blk-test ISR dependenceStefan Hajnoczi1-10/+17
2017-06-30tests: fix virtio-scsi-test ISR dependenceStefan Hajnoczi1-1/+1
2017-06-30libqos: add virtio used ring supportStefan Hajnoczi2-0/+66
2017-06-30libqos: fix typo in virtio.h QVirtQueue->used commentStefan Hajnoczi1-1/+1
2017-06-29Add chardev-send-break monitor commandStefan Fritsch2-2/+11
2017-06-26qemu-iotests: 068: test iothread modeStefan Hajnoczi2-10/+24
2017-06-26qemu-iotests: 068: use -drive/-device instead of -hdaStefan Hajnoczi1-1/+6
2017-06-26qemu-iotests: 068: extract _qemu() functionStefan Hajnoczi1-6/+9
2017-06-26qemu-iotests: Test exiting qemu with running jobKevin Wolf3-0/+266
2017-06-26qemu-iotests: Allow starting new qemu after cleanupKevin Wolf1-0/+3
2017-06-22Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-210617-2' ...Peter Maydell7-21/+103
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell26-368/+457
2017-06-21docker: add mipsel build targetPhilippe Mathieu-Daudé2-0/+30
2017-06-21docker: add extra libs to s390x target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+10
2017-06-21docker: add extra libs to arm64 target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: add extra libs to armhf target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: use eatmydata in debian arm64 imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata in debian armhf imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata, install common build packages in base imagePhilippe Mathieu-Daudé1-1/+4
2017-06-21docker: use better regex to generate deb-src entriesPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: install ca-certificates package in base imagePhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé1-3/+13
2017-06-21docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé2-3/+12
2017-06-21docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: update qemu:debian base following stretch releaseAlex Bennée1-8/+0
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+118
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell3-4/+4
2017-06-20tests/qdict: check more get_try_int() casesMarc-André Lureau1-0/+7
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau2-9/+20
2017-06-20json: learn to parse uint64 numbersMarc-André Lureau1-0/+44
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+48