On 8/5/25 16:16, Philippe Mathieu-Daudé wrote:
On 31/7/25 16:40, Cédric Le Goater wrote:hw/arm/virt.c should include 'system/system.h' for :serial_hd()3 other files miss it: $ git grep -L system/system $(git grep -wl serial_hd) hw/arm/virt.c hw/isa/isa-superio.c hw/mips/loongson3_virt.c hw/mips/malta.c include/system/system.h
OK. This deserves a v2. Will work on it. Thanks, C.