qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove KVM support for 32-bit Arm hosts
@ 2020-09-04 15:41 Peter Maydell
  2020-09-04 15:41 ` [PATCH 1/2] target/arm: " Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Peter Maydell @ 2020-09-04 15:41 UTC (permalink / raw)
  To: qemu-arm, qemu-devel

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-04 16:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04 15:41 [PATCH 0/2] Remove KVM support for 32-bit Arm hosts Peter Maydell
2020-09-04 15:41 ` [PATCH 1/2] target/arm: " Peter Maydell
2020-09-04 16:01   ` Philippe Mathieu-Daudé
2020-09-04 15:41 ` [PATCH 2/2] target/arm: Remove no-longer-reachable 32-bit KVM code Peter Maydell
2020-09-04 16:01   ` Philippe Mathieu-Daudé
2020-09-04 16:06     ` Peter Maydell
2020-09-04 15:50 ` [PATCH 0/2] Remove KVM support for 32-bit Arm hosts Richard Henderson
2020-09-04 15:51 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).