Re: [PATCH 2/6] KVM: VMX: remove bogus check for invalid EPT violation

2017-04-12 Thread David Hildenbrand
On 30.03.2017 11:55, Paolo Bonzini wrote: > handle_ept_violation is checking for "guest-linear-address invalid" + > "not a paging-structure walk". However, _all_ EPT violations without > a valid guest linear address are paging structure walks, because those > EPT violations happen when loading the

Re: [PATCH 2/6] KVM: VMX: remove bogus check for invalid EPT violation

2017-04-03 Thread David Hildenbrand
On 30.03.2017 11:55, Paolo Bonzini wrote: > handle_ept_violation is checking for "guest-linear-address invalid" + > "not a paging-structure walk". However, _all_ EPT violations without > a valid guest linear address are paging structure walks, because those > EPT violations happen when loading the

Re: [PATCH 2/6] KVM: VMX: remove bogus check for invalid EPT violation

2017-03-30 Thread Jim Mattson
On Thu, Mar 30, 2017 at 2:55 AM, Paolo Bonzini wrote: > handle_ept_violation is checking for "guest-linear-address invalid" + > "not a paging-structure walk". However, _all_ EPT violations without > a valid guest linear address are paging structure walks, because those > EPT violations happen whe