From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Date: Fri, 20 Dec 2019 09:39:52 +0000 Subject: Re: [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() Message-Id: <20191220103952.0a28c91d.cohuck@redhat.com> List-Id: References: <20191218215530.2280-1-sean.j.christopherson@intel.com> <20191218215530.2280-32-sean.j.christopherson@intel.com> In-Reply-To: <20191218215530.2280-32-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:16 -0800 Sean Christopherson wrote: > Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() and make them static > now that they are referenced only in kvm_main.c. > > Acked-by: Christoffer Dall > Signed-off-by: Sean Christopherson > --- > include/linux/kvm_host.h | 4 ---- > virt/kvm/kvm_main.c | 9 +++------ > 2 files changed, 3 insertions(+), 10 deletions(-) Reviewed-by: Cornelia Huck