diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-16 11:05:20 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-06 00:51:02 +0100 |
commit | 9d3f8b3247795ae8f482700bbbace04b04421d5b (patch) | |
tree | 03c8e2057cb6f67648672bd11372b8472615604c | |
parent | f32eb0021a85efaca97f69b0e9201737562a8e4f (diff) | |
download | qemu-9d3f8b3247795ae8f482700bbbace04b04421d5b.zip qemu-9d3f8b3247795ae8f482700bbbace04b04421d5b.tar.gz qemu-9d3f8b3247795ae8f482700bbbace04b04421d5b.tar.bz2 |
docs: do not talk about past removal as happening in the future
KVM guest support on 32-bit Arm hosts *has* been removed, so rephrase
the sentence describing it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | docs/about/removed-features.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index 63df984..7e12145 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -565,9 +565,8 @@ KVM guest support on 32-bit Arm hosts (removed in 5.2) '''''''''''''''''''''''''''''''''''''''''''''''''''''' The Linux kernel has dropped support for allowing 32-bit Arm systems -to host KVM guests as of the 5.7 kernel. Accordingly, QEMU is deprecating -its support for this configuration and will remove it in a future version. -Running 32-bit guests on a 64-bit Arm host remains supported. +to host KVM guests as of the 5.7 kernel, and was thus removed from QEMU +as well. Running 32-bit guests on a 64-bit Arm host remains supported. RISC-V ISA Specific CPUs (removed in 5.1) ''''''''''''''''''''''''''''''''''''''''' |