[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] target/arm: Remove KVM support for 32-bit Arm hosts
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/2] target/arm: Remove KVM support for 32-bit Arm hosts |
Date: |
Fri, 4 Sep 2020 18:01:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 9/4/20 5:41 PM, Peter Maydell wrote:
> We deprecated the support for KVM on 32-bit Arm hosts in time
> for release 5.0, which means that our deprecation policy allows
> us to drop it in release 5.2. Remove the code.
>
> To repeat the rationale from the deprecation note: the Linux
> kernel dropped support for 32-bit Arm KVM hosts in 5.7.
>
> Running 32-bit guests on a 64-bit Arm host remains supported.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> docs/system/deprecated.rst | 16 +-
> configure | 2 +-
> target/arm/kvm32.c | 595 -------------------------------------
> target/arm/meson.build | 5 +-
> 4 files changed, 10 insertions(+), 608 deletions(-)
> delete mode 100644 target/arm/kvm32.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>