Re: [PATCH 10/26] KVM: s390: Stop selecting and depending on HAVE_KVM

2023-09-18 Thread Claudio Imbrenda
On Fri, 15 Sep 2023 17:31:02 -0700 Sean Christopherson wrote: > Now that nothing in s390 or architecture agnostic code consumes HAVE_KVM, > stop selecting it in s390. This is one of several steps towards deleting > HAVE_KVM from the common KVM Kconfig. > > Signed-off-by: Sean Christopherson >

[PATCH 10/26] KVM: s390: Stop selecting and depending on HAVE_KVM

2023-09-15 Thread Sean Christopherson
Now that nothing in s390 or architecture agnostic code consumes HAVE_KVM, stop selecting it in s390. This is one of several steps towards deleting HAVE_KVM from the common KVM Kconfig. Signed-off-by: Sean Christopherson --- arch/s390/Kconfig | 1 - arch/s390/kvm/Kconfig | 1 - 2 files chang