mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
failed xen attempt, refactor timer, failed svc attempt, aarch64 use gicv3
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -2826,9 +2826,17 @@ QEMU automatically adds a second CPU to the DTB!
|
||||
|
||||
The action seems to be happening at: `hw/arm/virt.c`.
|
||||
|
||||
You can dump the DTB QEMU generated with:
|
||||
|
||||
....
|
||||
./run --arch aarch64 -- -machine dumpdtb=dtb.dtb
|
||||
....
|
||||
|
||||
as mentioned at: https://lists.gnu.org/archive/html/qemu-discuss/2017-02/msg00051.html
|
||||
|
||||
<<gem5-fs_biglittle>> 2a9573f5942b5416fb0570cf5cb6cdecba733392 can also generate its own DTB.
|
||||
|
||||
gem5 can generate DTBs on ARM with `--generate-dtb`, but we don't use that feature as of f8c0502bb2680f2dbe7c1f3d7958f60265347005 because it was buggy.
|
||||
gem5 can generate DTBs on ARM with `--generate-dtb`. The generated DTB is placed in the <<m5out-directory>> named as `system.dtb`.
|
||||
|
||||
== KVM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user