On 19 July 2016 at 18:22, Eduardo Habkost <[email protected]> wrote:
> The following changes since commit 0c1b58f25025cc09463aae235162b19ff45c37b7:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
> into staging (2016-07-19 10:54:49 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to 2c44b9f162803305bce9b6af157adb73510e9a9d:
>
>   pc: Make device_del CPU work for x86 CPUs (2016-07-19 14:05:50 -0300)
>
> ----------------------------------------------------------------
> X86 queue, 2017-07-19

Format string errors, doesn't build on 32-bit:

/home/petmay01/qemu/hw/i386/pc.c: In function 'pc_cpu_pre_plug':
/home/petmay01/qemu/hw/i386/pc.c:1926:9: error: format '%ld' expects
argument of type 'long int', but argument 6 has type 'int'
[-Werror=format=]
         error_setg(errp, "CPU[%ld] with APIC ID %" PRIu32 " exists",
         ^
cc1: all warnings being treated as errors

thanks
-- PMM

Reply via email to