added context to qemu source files
authorsadoon <sadoon@web>
Fri, 25 Aug 2023 13:49:49 +0000 (14:49 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 25 Aug 2023 13:49:49 +0000 (14:49 +0100)
SFFS/qemu.mdwn

index e90f8e5ac5f09fd3f1542e3f12cae2a51c0946ee..27bd084b1ae0571ccba524f51d84461fb387aeec 100644 (file)
@@ -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