aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/245
AgeCommit message (Expand)AuthorFilesLines
2022-04-25iotests: rebase qemu_io() on top of qemu_tool()John Snow1-6/+11
2022-02-11iotests: Test blockdev-reopen with iothreads and throttlingKevin Wolf1-3/+33
2021-10-27qapi: Improve input_type_enum()'s error messageMarkus Armbruster1-1/+1
2021-10-15iotests/245: Fix type for iothread propertyKevin Wolf1-2/+2
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia1-5/+5
2021-07-09iotests: Test reopening multiple devices at the same timeAlberto Garcia1-0/+47
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia1-11/+16
2021-06-29iotests: Test replacing files with x-blockdev-reopenAlberto Garcia1-1/+108
2021-06-29block: Allow changing bs->file on reopenAlberto Garcia1-11/+12
2021-06-29block: bdrv_reopen_parse_backing(): don't check frozen childVladimir Sementsov-Ogievskiy1-4/+4
2021-04-30block: refactor bdrv_node_check_perm()Vladimir Sementsov-Ogievskiy1-1/+1
2021-03-08blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl1-3/+3
2021-03-08block: Clarify error messages pertaining to 'node-name'Connor Kuehl1-2/+2
2021-03-08iotests: Drop deprecated 'props' from object-addAlberto Garcia1-2/+2
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich1-8/+12
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy1-0/+1
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz1-1/+3
2020-07-14iotests: Specify explicit backing format where sensibleEric Blake1-1/+2
2020-05-05iotests: use python logging for iotests.log()John Snow1-0/+1
2020-03-06block: bdrv_reopen() with backing file in different AioContextKevin Wolf1-5/+3
2020-03-06iotests: Refactor blockdev-reopen test for iothreadsKevin Wolf1-10/+37
2020-02-07make all Python scripts executablePaolo Bonzini1-0/+0
2020-02-07tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
2020-01-27iotests: Add more "skip_if_unsupported" statements to the python testsThomas Huth1-0/+2
2019-10-28iotests: Prefer null-co over null-aioMax Reitz1-1/+1
2019-09-10iotests: Restrict file Python tests to fileMax Reitz1-1/+2
2019-07-02block/stream: introduce a bottom nodeAndrey Shinkevich1-2/+2
2019-05-20iotests: Make 245 faster and more reliableMax Reitz1-8/+14
2019-04-12iotests: Let 245 pass on tmpfsMax Reitz1-2/+8
2019-03-12qemu-iotests: Test the x-blockdev-reopen QMP commandAlberto Garcia1-0/+991