Re: [PATCH] KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static

2013-02-27 Thread Gleb Natapov
On Sat, Feb 23, 2013 at 03:07:47PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > Both are only used locally. > > Signed-off-by: Jan Kiszka Applied, thanks. > --- > arch/x86/kvm/vmx.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch

[PATCH] KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static

2013-02-23 Thread Jan Kiszka
From: Jan Kiszka Both are only used locally. Signed-off-by: Jan Kiszka --- arch/x86/kvm/vmx.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index d6ea4a7..7bd9f88 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@