On 29/06/2018 11:25, Peter Maydell wrote: > Hi; this fails to link the i386 linux-user binaries > (x86-64 Linux host, debug build): > > LINK i386-linux-user/qemu-i386 > target/i386/cpu.o: In function `x86_cpu_realizefn': > /home/petmay01/linaro/qemu-for-merges/target/i386/cpu.c:4814: > undefined reference to `enable_cpu_pm' > > because enable_cpu_pm is defined in vl.c but used > in code in target/i386 which isn't softmmu-specific.
That breaks depending on the optimization level. I'll fix that and resend. Paolo