From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Date: Fri, 20 Dec 2019 10:13:37 +0000 Subject: Re: [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() Message-Id: <20191220111337.6bb2ea3a.cohuck@redhat.com> List-Id: References: <20191218215530.2280-1-sean.j.christopherson@intel.com> <20191218215530.2280-44-sean.j.christopherson@intel.com> In-Reply-To: <20191218215530.2280-44-sean.j.christopherson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sean Christopherson Cc: Marc Zyngier , James Hogan , Paul Mackerras , Christian Borntraeger , Janosch Frank , Paolo Bonzini , James Morse , Julien Thierry , Suzuki K Poulose , David Hildenbrand , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-mips@vger.kernel.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Greg Kurz On Wed, 18 Dec 2019 13:55:28 -0800 Sean Christopherson wrote: > Remove kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() now that all > arch specific implementations are nops. > > Acked-by: Christoffer Dall > Signed-off-by: Sean Christopherson > --- > arch/arm/include/asm/kvm_host.h | 1 - > arch/arm64/include/asm/kvm_host.h | 1 - > arch/arm64/kvm/reset.c | 5 ----- > arch/mips/kvm/mips.c | 10 ---------- > arch/powerpc/kvm/powerpc.c | 10 ---------- > arch/s390/include/asm/kvm_host.h | 1 - > arch/s390/kvm/kvm-s390.c | 5 ----- > arch/x86/kvm/x86.c | 10 ---------- > include/linux/kvm_host.h | 3 --- > virt/kvm/arm/arm.c | 5 ----- > virt/kvm/kvm_main.c | 16 ++-------------- > 11 files changed, 2 insertions(+), 65 deletions(-) Reviewed-by: Cornelia Huck