Re: [PATCH v2 0/4] Emulate VMXON region correctly

2014-06-04 Thread Jan Kiszka
On 2014-06-03 22:11, Bandan Das wrote: Paolo Bonzini pbonz...@redhat.com writes: Il 06/05/2014 08:19, Bandan Das ha scritto: 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

Re: [PATCH v2 0/4] Emulate VMXON region correctly

2014-06-03 Thread Bandan Das
Paolo Bonzini pbonz...@redhat.com writes: Il 06/05/2014 08:19, Bandan Das ha scritto: 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! Applied

[PATCH v2 0/4] Emulate VMXON region correctly

2014-05-06 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! v2: 1/4 - Commit message change to reflect addition of new function 2/4 - Use cpuid_maxphyaddr()

Re: [PATCH v2 0/4] Emulate VMXON region correctly

2014-05-06 Thread Paolo Bonzini
Il 06/05/2014 08:19, Bandan Das ha scritto: 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! Applied to kvm/queue, unit test patches are welcome