mbox series

[kvm-unit-tests,0/2] Better max VMCS field index test

Message ID 20191219101006.49103-1-namit@vmware.com (mailing list archive)
Headers show
Series Better max VMCS field index test | expand

Message

Nadav Amit Dec. 19, 2019, 10:10 a.m. UTC
The first patch improves max VMCS field index search so an exact
comparison would be possible. The second one does some cleanup.

Cc: Jim Mattson <jmattson@google.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>

Nadav Amit (2):
  x86: vmx: Comprehensive max VMCS field search
  x86: vmx: Remove max_index tracking in check_vmcs_field()

 x86/vmx.c | 50 ++++++++++++++++++++++++++++++++++----------------
 1 file changed, 34 insertions(+), 16 deletions(-)

Comments

Paolo Bonzini Jan. 18, 2020, 7:25 p.m. UTC | #1
On 19/12/19 11:10, Nadav Amit wrote:
> The first patch improves max VMCS field index search so an exact
> comparison would be possible. The second one does some cleanup.
> 
> Cc: Jim Mattson <jmattson@google.com>
> Cc: Sean Christopherson <sean.j.christopherson@intel.com>
> 
> Nadav Amit (2):
>   x86: vmx: Comprehensive max VMCS field search
>   x86: vmx: Remove max_index tracking in check_vmcs_field()
> 
>  x86/vmx.c | 50 ++++++++++++++++++++++++++++++++++----------------
>  1 file changed, 34 insertions(+), 16 deletions(-)
> 

Queued, thanks.

Paolo