From e1050899c8a27bc30f18ba7627bf85dc6bf27058 Mon Sep 17 00:00:00 2001 From: sadoon Date: Fri, 25 Aug 2023 14:49:49 +0100 Subject: [PATCH] added context to qemu source files --- SFFS/qemu.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2