* [PATCH] KVM: vmx: remove duplicate vmx_mpx_supported()
@ 2014-07-29 21:14 Chris J Arges
2014-07-30 15:45 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Chris J Arges @ 2014-07-29 21:14 UTC (permalink / raw)
To: kvm; +Cc: Chris J Arges
Remove a function which was added by both 93c4adc7afe and 36be0b9deb2.
Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
---
arch/x86/kvm/vmx.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 801332e..c4ea039 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -740,7 +740,6 @@ static u32 vmx_segment_access_rights(struct kvm_segment *var);
static void vmx_sync_pir_to_irr_dummy(struct kvm_vcpu *vcpu);
static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);
static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);
-static bool vmx_mpx_supported(void);
static DEFINE_PER_CPU(struct vmcs *, vmxarea);
static DEFINE_PER_CPU(struct vmcs *, current_vmcs);
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM: vmx: remove duplicate vmx_mpx_supported()
2014-07-29 21:14 [PATCH] KVM: vmx: remove duplicate vmx_mpx_supported() Chris J Arges
@ 2014-07-30 15:45 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2014-07-30 15:45 UTC (permalink / raw)
To: Chris J Arges, kvm
Il 29/07/2014 23:14, Chris J Arges ha scritto:
> Remove a function which was added by both 93c4adc7afe and 36be0b9deb2.
>
> Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
> ---
> arch/x86/kvm/vmx.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
> index 801332e..c4ea039 100644
> --- a/arch/x86/kvm/vmx.c
> +++ b/arch/x86/kvm/vmx.c
> @@ -740,7 +740,6 @@ static u32 vmx_segment_access_rights(struct kvm_segment *var);
> static void vmx_sync_pir_to_irr_dummy(struct kvm_vcpu *vcpu);
> static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);
> static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);
> -static bool vmx_mpx_supported(void);
>
> static DEFINE_PER_CPU(struct vmcs *, vmxarea);
> static DEFINE_PER_CPU(struct vmcs *, current_vmcs);
>
Thanks, applying.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-30 15:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 21:14 [PATCH] KVM: vmx: remove duplicate vmx_mpx_supported() Chris J Arges
2014-07-30 15:45 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox