Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | qemu-iotests: Filter out actual image size in 067 | Max Reitz | |
The actual size of the image file may differ depending on the Linux kernel currently running on the host. Filtering out this value makes this test pass in such cases. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> | |||
2013-10-11 | qemu-iotests: Check autodel behaviour for device_del | Kevin Wolf | |
Block devices creates with -drive and drive_add should automatically disappear if the guest device is unplugged. blockdev-add ones shouldn't. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> |