On 26 January 2015 at 09:24, Paolo Bonzini <pbonz...@redhat.com> wrote:
> The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' 
> into staging (2015-01-20 16:19:58 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 9fc2ecf4e8266dcb01961851c595d09485d26bc1:
>
>   kvm_stat: Add RESET support for perf event ioctl (2015-01-26 10:03:09 +0100)
>
> ----------------------------------------------------------------
> - Many fixes from the floor as usual
> - New "edu" device
> - Disabling HLE and RTM on Haswell & Broadwell
> - kvm_stat updates
> - Added --enable-modules to Travis, in preparation for switching
>   the default
>
> ----------------------------------------------------------------

Format string issues, I'm afraid (so build failure on 32 bit):

CC mips-softmmu/hw/misc/edu.o
/root/qemu/hw/misc/edu.c: In function 'edu_clamp_addr':
/root/qemu/hw/misc/edu.c:113:9: error: format '%lx' expects argument
of type 'long unsigned int', but argument 2 has type 'dma_addr_t'
[-Werror=format]
/root/qemu/hw/misc/edu.c:113:9: error: format '%lx' expects argument
of type 'long unsigned int', but argument 3 has type 'dma_addr_t'
[-Werror=format]
cc1: all warnings being treated as errors

thanks
-- PMM

Reply via email to