mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

It's legal to loadvm twice, modify the existing save/loadvm test to do it twice. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20170825141940.20740-3-dgilbert@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
24 lines
703 B
Text
24 lines
703 B
Text
QA output created by 068
|
|
|
|
=== Saving and reloading a VM state to/from a qcow2 image () ===
|
|
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072
|
|
QEMU X.Y.Z monitor - type 'help' for more information
|
|
(qemu) savevm 0
|
|
(qemu) quit
|
|
QEMU X.Y.Z monitor - type 'help' for more information
|
|
(qemu) loadvm 0
|
|
(qemu) loadvm 0
|
|
(qemu) quit
|
|
|
|
=== Saving and reloading a VM state to/from a qcow2 image (-object iothread,id=iothread0 -set device.hba0.iothread=iothread0) ===
|
|
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072
|
|
QEMU X.Y.Z monitor - type 'help' for more information
|
|
(qemu) savevm 0
|
|
(qemu) quit
|
|
QEMU X.Y.Z monitor - type 'help' for more information
|
|
(qemu) loadvm 0
|
|
(qemu) loadvm 0
|
|
(qemu) quit
|
|
*** done
|