qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/60] Misc patches for soft freeze


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/60] Misc patches for soft freeze
Date: Fri, 29 Jun 2018 10:25:48 +0100

On 28 June 2018 at 21:04, Paolo Bonzini <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]