From 7e48cdeb627a59d267407936097914b92c1eee8d Mon Sep 17 00:00:00 2001
From: johannst
VM snapshots require that there is at least on qcow2
disk attached to the VM
+([VM Snapshots][qemu-doc-snapshot]).
Commands for qemu [Monitor][qemu-doc-monitor] or [QMP][qemu-doc-qmp]:
+# List available snapshots.
+info snapshots
+
+# Create/Load/Delete snapshot with name <tag>
+savevm <tag>
+loadvm <tag>
+delvm <tag>
+
+The snapshot can also be directly specified when invoking qemu as:
+qemu-system-x86_64 \
+ -loadvm <tag> \
+ ...
+
Kernel
bootExample command line to directly boot a Kernel
with an initrd
ramdisk.
qemu-system-x86_64 \
@@ -314,6 +331,9 @@ connection.
QEMU Tools
QEMU System
QEMU Invocation (command line args)
+QEMU Monitor
+QEMU machine protocol (QMP)
+QEMU VM Snapshots
--
cgit v1.2.3