Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode

2014-10-10 Thread Ard Biesheuvel
On 10 October 2014 13:22, Peter Maydell wrote: > On 10 October 2014 12:02, Ard Biesheuvel wrote: >> On 10 October 2014 12:56, Peter Maydell wrote: >>> Do you see the odd behaviour after guest reset for 32 >>> bit SMP cores? >>> >> >> I will try to reproduce it. I haven't tried, and I wasn't awar

Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode

2014-10-10 Thread Peter Maydell
On 10 October 2014 12:02, Ard Biesheuvel wrote: > On 10 October 2014 12:56, Peter Maydell wrote: >> Do you see the odd behaviour after guest reset for 32 >> bit SMP cores? >> > > I will try to reproduce it. I haven't tried, and I wasn't aware that > SMP on TCG is supposed to be stable now otherwi

Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode

2014-10-10 Thread Ard Biesheuvel
On 10 October 2014 12:56, Peter Maydell wrote: > On 10 October 2014 11:42, Ard Biesheuvel wrote: >> Thanks for picking this up while I was away. I have tested your >> version of the series, and my test cases still appear to work >> correctly. > > Do you see the odd behaviour after guest reset for

Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode

2014-10-10 Thread Peter Maydell
On 10 October 2014 11:42, Ard Biesheuvel wrote: > Thanks for picking this up while I was away. I have tested your > version of the series, and my test cases still appear to work > correctly. Do you see the odd behaviour after guest reset for 32 bit SMP cores? > However, we still haven't addresse

Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode

2014-10-10 Thread Ard Biesheuvel
On 9 October 2014 16:30, Peter Maydell wrote: > This series adds PSCI support to ARM and AArch64 system emulation > when running in TCG mode. It's an update of the patchsent Ard > sent out earlier in September which in turn is based on work > by Rob Herring. > > Changes v5->v6: > * minor rebasing