Skip to content

Commit ae9bbf9

Browse files
committed
QEMU snapshot example
1 parent 0a1a600 commit ae9bbf9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ See the [getting started section](getting-started.md) for further details.
5252
1. [GEM5](gem5.md)
5353
1. [ftrace](ftrace.md)
5454
1. [QEMU user mode](qemu-user-mode.md)
55+
1. [Snapshot](snapshot.md)
5556
1. Failed action
5657
1. [Record and replay](record-and-replay.md)
5758
1. Insane action

snapshot.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)