The following CI error was reported: ../hw/loongarch/virt.c: In function ‘fdt_add_irqchip_node’: ../hw/loongarch/virt.c:174:32: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘long unsigned int’ [-Werror=format=] 174 | nodename = g_strdup_printf("/intc@%" PRIx64, | ^~~~~~~~~ In file included from /builds/qemu-project/qemu/include/qemu/osdep.h:101, from ../hw/loongarch/virt.c:7: /usr/arm-linux-gnueabi/include/inttypes.h:121:34: note: format string is defined here 121 | # define PRIx64 __PRI64_PREFIX "x"
https://gitlab.com/qemu-project/qemu/-/jobs/3050165217 Please fix and send a v2 pull request. Thanks! Stefan