[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [for-5.0] Deprecate KVM support for AArch32
From: |
Richard Henderson |
Subject: |
Re: [for-5.0] Deprecate KVM support for AArch32 |
Date: |
Tue, 14 Apr 2020 09:29:19 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 4/14/20 5:09 AM, Peter Maydell wrote:
> The Linux kernel has dropped support for allowing 32-bit Arm systems
> to host KVM guests (kernel commit 541ad0150ca4aa663a2, which just
> landed upstream in the 5.7 merge window). Mark QEMU's support for
> this configuration as deprecated, so that we can delete that support
> code in 5.2.
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> I was reading the 5.7 merge window writeup on LWN this weekend
> and saw that the dropping of 32-bit support had gone in; just
> enough time to squeeze our deprecation warning into 5.0 so we
> can drop the code in 5.2 rather than 6.0...
>
> docs/system/deprecated.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
Reviewed-by: Richard Henderson <address@hidden>
r~