mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
=== Snapshot
|
|
|
|
QEMU allows us to take snapshots at any time through the monitor.
|
|
|
|
You can then restore CPU, memory and disk state back at any time.
|
|
|
|
Here's how: https://stackoverflow.com/questions/40227651/does-qemu-emulator-have-checkpoint-function/48724371#48724371
|