On 4/15/22 02:40, Xiaojuan Yang wrote:
diff --git a/configs/targets/loongarch64-softmmu.mak b/configs/targets/loongarch64-softmmu.mak new file mode 100644 index 0000000000..f33fa1590b --- /dev/null +++ b/configs/targets/loongarch64-softmmu.mak @@ -0,0 +1 @@ +TARGET_XML_FILES= gdb-xml/loongarch-base64.xml gdb-xml/loongarch-fpu64.xml
This is incorrect. You cannot add this file until you can build the target. Adding this file at this point results in ../qemu/meson.build:2178:2: ERROR: Key TARGET_ARCH is not in dict which will break bisection around this patch set. r~