qemu-irix/tests
Jeff Cody 4089f7c6a0 block: qemu-iotests 085 - live snapshots tests
This adds tests for live snapshots, both through the single
snapshot command, and the transaction group snapshot command.

The snapshots are done through the QMP interface, using the
following commands for snapshots:

Single snapshot:
{ 'execute': 'blockdev-snapshot-sync', 'arguments':
             { 'device': 'virtio0', 'snapshot-file':'...',
               'format': 'qcow2' } }"

Group snapshot:
{ 'execute': 'transaction', 'arguments':
              {'actions': [
                  { 'type': 'blockdev-snapshot-sync', 'data' :
                    { 'device': 'virtio0', 'snapshot-file': '...' } },
                  { 'type': 'blockdev-snapshot-sync', 'data' :
                    { 'device': 'virtio1', 'snapshot-file': '...' } } ]
             } }

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-03-07 11:36:12 +01:00
..
acpi-test-data
libqos
multiboot
qapi-schema tests/qapi-schema: Cover flat union types 2014-03-03 11:16:45 -05:00
qemu-iotests block: qemu-iotests 085 - live snapshots tests 2014-03-07 11:36:12 +01:00
tcg
.gitignore
Makefile
acpi-test.c
blockdev-test.c
boot-order-test.c
check-block.sh
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c
check-qlist.c
check-qom-interface.c
check-qstring.c
e1000-test.c
eepro100-test.c
endianness-test.c
fdc-test.c
fw_cfg-test.c
hd-geo-test.c
i440fx-test.c
ide-test.c
ipoctal232-test.c
libqtest.c
libqtest.h
m48t59-test.c
ne2000-test.c
pcnet-test.c
qdev-monitor-test.c
qemu-iotests-quick.sh
qom-test.c
rtc-test.c
rtl8139-test.c
test-aio.c
test-bitops.c
test-coroutine.c
test-cutils.c
test-hbitmap.c
test-int128.c
test-iov.c
test-mul64.c
test-opts-visitor.c
test-qdev-global-props.c
test-qmp-commands.c tests/qapi-schema: Cover complex types with base 2014-03-03 11:16:45 -05:00
test-qmp-input-strict.c tests/qapi-schema: Cover flat union types 2014-03-03 11:16:45 -05:00
test-qmp-input-visitor.c tests/qapi-schema: Cover flat union types 2014-03-03 11:16:45 -05:00
test-qmp-output-visitor.c tests/qapi-schema: Cover flat union types 2014-03-03 11:16:45 -05:00
test-string-input-visitor.c
test-string-output-visitor.c
test-thread-pool.c
test-throttle.c
test-visitor-serialization.c tests/qapi-schema: Cover complex types with base 2014-03-03 11:16:45 -05:00
test-vmstate.c
test-x86-cpuid.c
test-xbzrle.c
tmp105-test.c
tpci200-test.c
virtio-net-test.c
vmxnet3-test.c