Files
linux-kernel-module-cheat/record-and-replay.md
Ciro Santilli f6a2dcffb5 readme split
2017-11-01 14:09:22 +00:00

6 lines
402 B
Markdown

# Record and replay
QEMU supports deterministic record and replay by saving external inputs, which would be awesome to understand the kernel, as you would be able to examine a single run as many times as you would like.
Unfortunately it is not working in the current QEMU: <https://stackoverflow.com/questions/46970215/how-to-use-qemus-deterministic-record-and-replay-feature-for-a-linux-kernel-boo>