failed xen attempt, refactor timer, failed svc attempt, aarch64 use gicv3

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 7db96f405a
commit e51ec2aca9
10 changed files with 125 additions and 35 deletions

View File

@@ -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