From: sadoon Date: Fri, 25 Aug 2023 13:49:49 +0000 (+0100) Subject: added context to qemu source files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1050899c8a27bc30f18ba7627bf85dc6bf27058;p=libreriscv.git added context to qemu source files --- diff --git a/SFFS/qemu.mdwn b/SFFS/qemu.mdwn index e90f8e5ac..27bd084b1 100644 --- a/SFFS/qemu.mdwn +++ b/SFFS/qemu.mdwn @@ -28,7 +28,7 @@ The goal is to add a CPU definition in QEMU that specifically emulates an OpenPO ### We have tried patching QEMU's definition for POWER9 to exclude VSX and AltiVec - This did not work and needs considerable amounts of patching. -* The relevant files are `tcg/ppc/tcg-target.h` and `target/ppc/{compat.c,cpu.c,cpu.h,cpu_init.c,cpu_models.c,cpu_models.h,cpu-qom.h,cpu-param.h}` none worked. +* The relevant files are `tcg/ppc/tcg-target.h` and `target/ppc/{compat.c,cpu.c,cpu.h,cpu_init.c,cpu_models.c,cpu_models.h,cpu-qom.h,cpu-param.h}` none seemed to work when removing such features. ### We have researched in length if the CPU capabilities feature of QEMU is available on POWER