Re: [PATCH 0/3] Emulate VMXON region correctly

2014-04-29 Thread Bandan Das
Jan Kiszka writes: > On 2014-04-28 07:00, Bandan Das wrote: >> Reference: https://bugzilla.kernel.org/show_bug.cgi?id=54521 >> >> The vmxon region is unused by nvmx, but adding these checks >> are probably harmless and may detect buggy L1 hypervisors in >> the future! > > Nice and welcome! Will

Re: [PATCH 0/3] Emulate VMXON region correctly

2014-04-28 Thread Jan Kiszka
On 2014-04-28 07:00, Bandan Das wrote: > Reference: https://bugzilla.kernel.org/show_bug.cgi?id=54521 > > The vmxon region is unused by nvmx, but adding these checks > are probably harmless and may detect buggy L1 hypervisors in > the future! Nice and welcome! Will you provide unit tests for the

[PATCH 0/3] Emulate VMXON region correctly

2014-04-27 Thread Bandan Das
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=54521 The vmxon region is unused by nvmx, but adding these checks are probably harmless and may detect buggy L1 hypervisors in the future! Bandan Das (3): KVM: nVMX: rearrange get_vmx_mem_address KVM: nVMX: additional checks on vmxon reg