We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1a600 commit ae9bbf9Copy full SHA for ae9bbf9
README.md
@@ -52,6 +52,7 @@ See the [getting started section](getting-started.md) for further details.
52
1. [GEM5](gem5.md)
53
1. [ftrace](ftrace.md)
54
1. [QEMU user mode](qemu-user-mode.md)
55
+ 1. [Snapshot](snapshot.md)
56
1. Failed action
57
1. [Record and replay](record-and-replay.md)
58
1. Insane action
snapshot.md
@@ -0,0 +1,7 @@
1
+# Snapshot
2
+
3
+QEMU allows us to take snapshots at any time through the monitor.
4
5
+You can then restore CPU, memory and disk state back at any time.
6
7
+Here's how: <https://stackoverflow.com/questions/40227651/does-qemu-emulator-have-checkpoint-function/48724371#48724371>
0 commit comments