[RFC PATCH] Disable Book-E KVM support?
Nicholas Piggin
npiggin at gmail.com
Mon Nov 28 15:36:23 AEDT 2022
BookE KVM is in a deep maintenance state, I'm not sure how much testing
it gets. I don't have a test setup, and it does not look like QEMU has
any HV architecture enabled. It hasn't been too painful but there are
some cases where it causes a bit of problem not being able to test, e.g.,
https://lists.ozlabs.org/pipermail/linuxppc-dev/2022-November/251452.html
Time to begin removal process, or are there still people using it? I'm
happy to to keep making occasional patches to try keep it going if
there are people testing upstream. Getting HV support into QEMU would
help with long term support, not sure how big of a job that would be.
Thanks,
Nick
---
arch/powerpc/kvm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index a9f57dad6d91..6c9458741cb3 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -191,6 +191,7 @@ config KVM_EXIT_TIMING
config KVM_E500V2
bool "KVM support for PowerPC E500v2 processors"
+ depends on false
depends on PPC_E500 && !PPC_E500MC
depends on !CONTEXT_TRACKING_USER
select KVM
@@ -207,6 +208,7 @@ config KVM_E500V2
config KVM_E500MC
bool "KVM support for PowerPC E500MC/E5500/E6500 processors"
+ depends on false
depends on PPC_E500MC
depends on !CONTEXT_TRACKING_USER
select KVM
--
2.37.2
More information about the Linuxppc-dev
mailing list