Re: [Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1475760067-25756-1-git-send-email-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH 0/3] preliminaries

Re: [Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-11 Thread Peter Maydell
On 6 October 2016 at 14:21, Peter Maydell wrote: > This set of three straightforward patches is a preliminary > for adding virtualization support to the GICv3 emulation: > * add a (nop implementation of) MDCCINT_EL1, since KVM >will read/write it on worldswitch > *

Re: [Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-06 Thread Peter Maydell
On 6 October 2016 at 18:48, Peter Maydell wrote: > Trying the kvm-unit-tests, the simple 'setup' test > works OK, but the one which tries to PSCI boot other SMP cores > fails. This is probably because the outer QEMU is intercepting those PSCI calls and executing them

Re: [Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-06 Thread Peter Maydell
On 6 October 2016 at 17:59, Edgar E. Iglesias wrote: > On Thu, Oct 06, 2016 at 02:21:04PM +0100, Peter Maydell wrote: >> This set of three straightforward patches is a preliminary >> for adding virtualization support to the GICv3 emulation: >> * add a (nop

Re: [Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-06 Thread Edgar E. Iglesias
On Thu, Oct 06, 2016 at 02:21:04PM +0100, Peter Maydell wrote: > This set of three straightforward patches is a preliminary > for adding virtualization support to the GICv3 emulation: > * add a (nop implementation of) MDCCINT_EL1, since KVM >will read/write it on worldswitch > * fix some

[Qemu-devel] [PATCH 0/3] preliminaries for GICv3 virt support

2016-10-06 Thread Peter Maydell
This set of three straightforward patches is a preliminary for adding virtualization support to the GICv3 emulation: * add a (nop implementation of) MDCCINT_EL1, since KVM will read/write it on worldswitch * fix some bugs in the GICv3 trace events * add trace events for the generic timers