mbox series

[kvm-unit-tests,0/2] x86: nVMX: Bug fixes

Message ID 20190830204031.3100-1-namit@vmware.com (mailing list archive)
Headers show
Series x86: nVMX: Bug fixes | expand

Message

Nadav Amit Aug. 30, 2019, 8:40 p.m. UTC
Two bug fixes that were found while running on bare-metal.

The first one caused the second bug not to be found until now.

The second bug is an SDM bug, and requires KVM to be fixed as well
(consider it as a bug report on behalf of VMware).

Cc: Krish Sadhukhan <krish.sadhukhan@oracle.com>
Cc: Marc Orr <marcorr@google.com>

Nadav Amit (2):
  x86: nVMX: Do not use test_skip() when multiple tests are run
  x86: nVMX: Fix wrong reserved bits of error-code

 x86/vmx_tests.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Paolo Bonzini Sept. 10, 2019, 5:16 p.m. UTC | #1
On 30/08/19 22:40, Nadav Amit wrote:
> Two bug fixes that were found while running on bare-metal.
> 
> The first one caused the second bug not to be found until now.
> 
> The second bug is an SDM bug, and requires KVM to be fixed as well
> (consider it as a bug report on behalf of VMware).
> 
> Cc: Krish Sadhukhan <krish.sadhukhan@oracle.com>
> Cc: Marc Orr <marcorr@google.com>
> 
> Nadav Amit (2):
>   x86: nVMX: Do not use test_skip() when multiple tests are run
>   x86: nVMX: Fix wrong reserved bits of error-code
> 
>  x86/vmx_tests.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 

Queued, thanks.

Paolo