qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/32] pc, pci, virtio: new features, cleanups, f


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/32] pc, pci, virtio: new features, cleanups, fixes
Date: Tue, 14 Jun 2016 09:29:46 +0100

On 13 June 2016 at 21:38, Michael S. Tsirkin <address@hidden> wrote:
> The following changes since commit c02d7030c3c538312c7f464cb79b72c29a20df74:
>
>   virtio: move bi-endian target support to a single location (2016-06-07 
> 15:39:28 +0300)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 311cac69d32a4e66e55835858cd7d0850fd71e77:
>
>   MAINTAINERS: add Marcel to PCI (2016-06-13 23:30:40 +0300)
>
> ----------------------------------------------------------------
> pc, pci, virtio: new features, cleanups, fixes
>
> This includes ipmi smbios tables.
> Beginning of reconnect support for vhost-user.
> NVDIMM label support.
> Misc cleanups and fixes.
>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
>

Format string issue on 32 bit:

/home/petmay01/qemu/hw/mem/nvdimm.c: In function 'nvdimm_set_label_size':
/home/petmay01/qemu/hw/mem/nvdimm.c:56:9: error: format '%llx' expects
argument of type 'long long unsigned int', but argument 9 has type
'long unsigned int' [-Werror=format=]
         error_setg(&local_err, "Property '%s.%s' (0x%" PRIx64 ") is required"
         ^

And a make error on everything else:

make[1]: *** No rule to make target `../hw/acpi/noipmi.o', needed by
`qemu-system-aarch64'.  Stop.

thanks
-- PMM



reply via email to

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