On 28 June 2018 at 21:04, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit 4a83bf2f339d4b63ecd5ef48b9816c3b7ee24553: > > Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' > into staging (2018-06-28 15:31:42 +0100) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 4cd00cd65e8f3d6301426c1f223f676935b3e9b8: > > tests/boot-serial: Do not delete the output file in case of errors > (2018-06-28 19:05:39 +0200) > > A separate pull request will come with Philippe's IEC unit series. > This one is already big enough! > > ----------------------------------------------------------------
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. thanks -- PMM