mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
readme: mention secondary no reboot disk technique
This commit is contained in:
@@ -3285,6 +3285,14 @@ Related:
|
|||||||
|
|
||||||
* https://serverfault.com/questions/769874/how-to-forward-a-port-from-guest-to-host-in-qemu-kvm
|
* https://serverfault.com/questions/769874/how-to-forward-a-port-from-guest-to-host-in-qemu-kvm
|
||||||
|
|
||||||
|
==== Secondary disk
|
||||||
|
|
||||||
|
A simpler and possibly less overhead alternative to <<9P>> would be to generate a secondary disk image with the bencmark you want to rebuild.
|
||||||
|
|
||||||
|
Then you can `umount` and re-mount on guest without reboot.
|
||||||
|
|
||||||
|
We don't support this yet, but it should not be too hard to hack it up, maybe by hooking into link:rootfs_post_build_script[].
|
||||||
|
|
||||||
=== QEMU user mode
|
=== QEMU user mode
|
||||||
|
|
||||||
This has nothing to do with the Linux kernel, but it is cool:
|
This has nothing to do with the Linux kernel, but it is cool:
|
||||||
|
|||||||
Reference in New Issue
Block a user