[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel |
Date: |
Mon, 11 May 2020 11:48:30 +0100 |
On Mon, 4 May 2020 at 18:24, Philippe Mathieu-Daudé <address@hidden> wrote:
>
> These are the uncontroversial patches from "Support disabling
> TCG on ARM (part 2)"
> https://www.mail-archive.com/address@hidden/msg689168.html
>
> The other patches are blocked by the "accel: Allow targets to
> use Kconfig" series:
> https://www.mail-archive.com/address@hidden/msg689024.html
>
> Patch #4 is new "Restrict v8M IDAU interface to Aarch32 CPUs".
>
> Since v2:
> - Fixed set_feature() clash trying to KISS
> https://www.mail-archive.com/address@hidden/msg697523.html
> - Fixed aarch64-linux-user build failure reported by Peter:
> https://www.mail-archive.com/address@hidden/msg699319.html
>
> Since v1:
> - Dropped 'Make set_feature() available for other files' patch
> which fails to build with KVM only, see:
> https://lists.gnu.org/archive/html/qemu-devel/2020-04/msg03843.html
>
> Many thanks to Richard Henderson for his patience (again...)!
Applied to target-arm.next, thanks.
-- PMM
- [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 1/5] target/arm/kvm: Inline set_feature() calls, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 2/5] target/arm: Make set_feature() available for other files, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 3/5] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[], Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 4/5] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH v3 5/5] target/arm: Restrict TCG cpus to TCG accel, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel,
Peter Maydell <=