Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | block/create: Mark blockdev-create stable | Kevin Wolf | |
We're ready to declare the blockdev-create job stable. This renames the corresponding QMP command from x-blockdev-create to blockdev-create. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> | |||
2018-05-30 | qemu-iotests: Rewrite 212 for blockdev-create job | Kevin Wolf | |
This rewrites the test case 212 to work with the new x-blockdev-create job rather than the old synchronous version of the command. All of the test cases stay the same as before, but in order to be able to implement proper job handling, the test case is rewritten in Python. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> | |||
2018-03-26 | qemu-iotests: Test parallels image creation with QMP | Kevin Wolf | |
Signed-off-by: Kevin Wolf <kwolf@redhat.com> |