[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode |
Date: |
Fri, 10 Oct 2014 12:22:20 +0100 |
On 10 October 2014 12:02, Ard Biesheuvel <address@hidden> wrote:
> On 10 October 2014 12:56, Peter Maydell <address@hidden> 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 otherwise.
It has always been *supposed* to be stable, the only reason
we didn't have it enabled on the AArch64 virt board was
that we didn't have PSCI implemented. There were some
bugs that we fixed recently. Anything else obviously needs
to be reported as a bug and investigated so we can fix it...
(32 bit TCG SMP support on boards like vexpress has been
supported for a long time. It just doesn't often make
much practical sense to use an SMP config because it will
inevitably be slower than the single-CPU config.)
>>> However, we still haven't addressed the CPU reset case, so issuing the
>>> PSCI reset under -bios does nothing.
>> Yep, that's also on my todo list, but it's orthogonal to
>> this patch series. We probably want this variant, though,
>> right?
>>
>> http://marc.info/?l=qemu-devel&m=141099155616120&w=2
>
> Yes, you're right, I had forgotten about sending that out.
Can I get you to send out that as a proper patch then,
please?
thanks
-- PMM
- [Qemu-devel] [PATCH v5 1/7] target-arm: add powered off cpu state, (continued)
- [Qemu-devel] [PATCH v5 1/7] target-arm: add powered off cpu state, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 7/7] arm/virt: enable PSCI emulation support for system emulation, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 4/7] target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpers, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 3/7] target-arm: add missing PSCI constants needed for PSCI emulation, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 5/7] target-arm: Add support for A32 and T32 HVC and SMC insns, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 2/7] target-arm: do not set do_interrupt handlers for ARM and AArch64 user modes, Peter Maydell, 2014/10/09
- [Qemu-devel] [PATCH v5 6/7] target-arm: add emulation of PSCI calls for system emulation, Peter Maydell, 2014/10/09
- Re: [Qemu-devel] [PATCH v5 0/7] ARM: add PSCI 0.2 support in TCG mode, Ard Biesheuvel, 2014/10/10