| 1 | QA output created by 068 |
| 2 | |
| 3 | === Saving and reloading a VM state to/from a qcow2 image () === |
| 4 | |
| 5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 |
| 6 | QEMU X.Y.Z monitor - type 'help' for more information |
| 7 | (qemu) savevm 0 |
| 8 | (qemu) quit |
| 9 | QEMU X.Y.Z monitor - type 'help' for more information |
| 10 | (qemu) loadvm 0 |
| 11 | (qemu) loadvm 0 |
| 12 | (qemu) quit |
| 13 | |
| 14 | === Saving and reloading a VM state to/from a qcow2 image (-object iothread,id=iothread0 -set device.hba0.iothread=iothread0) === |
| 15 | |
| 16 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 |
| 17 | QEMU X.Y.Z monitor - type 'help' for more information |
| 18 | (qemu) savevm 0 |
| 19 | (qemu) quit |
| 20 | QEMU X.Y.Z monitor - type 'help' for more information |
| 21 | (qemu) loadvm 0 |
| 22 | (qemu) loadvm 0 |
| 23 | (qemu) quit |
| 24 | *** done |