Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-17 Thread Bandan Das
ay, February 17, 2017 1:04:14 AM >> Subject: Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based >> execution controls >> >> Paolo Bonzini <pbonz...@redhat.com> writes: >> >> > Signed-off-by: Paolo Bonzini <pbonz...@redha

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-17 Thread Bandan Das
Paolo Bonzini writes: > - Original Message - >> From: "Bandan Das" >> To: "Paolo Bonzini" >> Cc: linux-kernel@vger.kernel.org, k...@vger.kernel.org >> Sent: Friday, February 17, 2017 1:04:14 AM >> Subject: Re: [PATCH] KVM: VMX

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-17 Thread Paolo Bonzini
- Original Message - > From: "Bandan Das" <b...@redhat.com> > To: "Paolo Bonzini" <pbonz...@redhat.com> > Cc: linux-kernel@vger.kernel.org, k...@vger.kernel.org > Sent: Friday, February 17, 2017 1:04:14 AM > Subject: Re: [PATCH]

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-17 Thread Paolo Bonzini
- Original Message - > From: "Bandan Das" > To: "Paolo Bonzini" > Cc: linux-kernel@vger.kernel.org, k...@vger.kernel.org > Sent: Friday, February 17, 2017 1:04:14 AM > Subject: Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based > executi

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread Bandan Das
Paolo Bonzini writes: > Signed-off-by: Paolo Bonzini > --- I took a quick look and found these two potential consumers of these set/clear wrappers. vmcs_set_secondary_exec_control() vmx_set_virtual_x2apic_mode() Since this has been reviewed already,

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread Bandan Das
Paolo Bonzini writes: > Signed-off-by: Paolo Bonzini > --- I took a quick look and found these two potential consumers of these set/clear wrappers. vmcs_set_secondary_exec_control() vmx_set_virtual_x2apic_mode() Since this has been reviewed already, we can just have them later in a follow

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread David Hildenbrand
Am 15.02.2017 um 15:44 schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/vmx.c | 30 -- > 1 file changed, 8 insertions(+), 22 deletions(-) > Reviewed-by: David Hildenbrand -- Thanks, David

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread David Hildenbrand
Am 15.02.2017 um 15:44 schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > arch/x86/kvm/vmx.c | 30 -- > 1 file changed, 8 insertions(+), 22 deletions(-) > Reviewed-by: David Hildenbrand -- Thanks, David

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread Radim Krčmář
2017-02-15 15:44+0100, Paolo Bonzini: > Signed-off-by: Paolo Bonzini Reviewed-by: Radim Krčmář > --- > arch/x86/kvm/vmx.c | 30 -- > 1 file changed, 8 insertions(+), 22 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c

Re: [PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-16 Thread Radim Krčmář
2017-02-15 15:44+0100, Paolo Bonzini: > Signed-off-by: Paolo Bonzini Reviewed-by: Radim Krčmář > --- > arch/x86/kvm/vmx.c | 30 -- > 1 file changed, 8 insertions(+), 22 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index

[PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-15 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- arch/x86/kvm/vmx.c | 30 -- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index bca60665d55d..0e0b5d09597e 100644 --- a/arch/x86/kvm/vmx.c +++

[PATCH] KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls

2017-02-15 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- arch/x86/kvm/vmx.c | 30 -- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index bca60665d55d..0e0b5d09597e 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -5459,26