[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Remove KVM support for 32-bit Arm hosts
From: |
Peter Maydell |
Subject: |
[PATCH 0/2] Remove KVM support for 32-bit Arm hosts |
Date: |
Fri, 4 Sep 2020 16:41:54 +0100 |
This patchset drops the support for KVM on 32-bit Arm hosts,
which we deprecated for the 5.0 release.
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.
I split this into two patches, one which does the
fundamental removal of the kvm32.c code, and one which
tidies up some now-unreachable bits of code or #ifdeffery.
thanks
-- PMM
Peter Maydell (2):
target/arm: Remove KVM support for 32-bit Arm hosts
target/arm: Remove no-longer-reachable 32-bit KVM code
docs/system/deprecated.rst | 16 +-
configure | 2 +-
target/arm/kvm-consts.h | 7 -
target/arm/kvm_arm.h | 6 -
target/arm/cpu.c | 100 +++----
target/arm/kvm.c | 7 -
target/arm/kvm32.c | 595 -------------------------------------
target/arm/meson.build | 5 +-
8 files changed, 56 insertions(+), 682 deletions(-)
delete mode 100644 target/arm/kvm32.c
--
2.20.1
- [PATCH 0/2] Remove KVM support for 32-bit Arm hosts,
Peter Maydell <=