On 16 January 2017 at 16:58, Paolo Bonzini <[email protected]> wrote:
> The following changes since commit 2ccede18bd24fce5db83fef3674563a1f256717b:
>
> Merge remote-tracking branch
> 'remotes/vivier/tags/m68k-for-2.9-pull-request' into staging (2017-01-16
> 12:41:35 +0000)
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 91c7e9f6b82804c6b53ecc5057d6b305b766ba49:
>
> Revert "win32: don't run subprocess tests on Mingw32 platform" (2017-01-16
> 17:55:25 +0100)
Fails to build, ppc64be host:
In file included from /home/pm215/qemu/linux-headers/linux/kvm.h:13:0,
from /home/pm215/qemu/include/sysemu/kvm.h:23,
from /home/pm215/qemu/include/sysemu/hw_accel.h:16,
from /home/pm215/qemu/target/ppc/translate_init.c:27,
from /home/pm215/qemu/target/ppc/translate.c:6786:
/home/pm215/qemu/build/all/linux-headers/asm/kvm.h:320:0: error:
"KVM_INTERRUPT_SET" redefined [-Wer
ror]
#define KVM_INTERRUPT_SET -1U
^
In file included from /home/pm215/qemu/target/ppc/translate_init.c:24:0,
from /home/pm215/qemu/target/ppc/translate.c:6786:
/home/pm215/qemu/target/ppc/kvm_ppc.h:319:0: note: this is the
location of the previous definition
#define KVM_INTERRUPT_SET -1
^
In file included from /home/pm215/qemu/linux-headers/linux/kvm.h:13:0,
from /home/pm215/qemu/include/sysemu/kvm.h:23,
from /home/pm215/qemu/include/sysemu/hw_accel.h:16,
from /home/pm215/qemu/target/ppc/translate_init.c:27,
from /home/pm215/qemu/target/ppc/translate.c:6786:
/home/pm215/qemu/build/all/linux-headers/asm/kvm.h:321:0: error:
"KVM_INTERRUPT_UNSET" redefined [-Werror]
#define KVM_INTERRUPT_UNSET -2U
^
thanks
-- PMM