Re: [PATCH 4.19 043/190] KVM: hyperv: define VP assist page helpers

2019-09-15 Thread Sasha Levin
On Sun, Sep 15, 2019 at 09:01:30PM +0200, Pavel Machek wrote: On Fri 2019-09-13 14:04:58, Greg Kroah-Hartman wrote: [ Upstream commit 72bbf9358c3676bd89dc4bd8fb0b1f2a11c288fc ] The state related to the VP assist page is still managed by the LAPIC code in the pv_eoi field. I don't get it.

Re: [PATCH 4.19 043/190] KVM: hyperv: define VP assist page helpers

2019-09-15 Thread Pavel Machek
On Fri 2019-09-13 14:04:58, Greg Kroah-Hartman wrote: > [ Upstream commit 72bbf9358c3676bd89dc4bd8fb0b1f2a11c288fc ] > > The state related to the VP assist page is still managed by the LAPIC > code in the pv_eoi field. I don't get it. > > +bool kvm_hv_assist_page_enabled(struct kvm_vcpu

[PATCH 4.19 043/190] KVM: hyperv: define VP assist page helpers

2019-09-13 Thread Greg Kroah-Hartman
[ Upstream commit 72bbf9358c3676bd89dc4bd8fb0b1f2a11c288fc ] The state related to the VP assist page is still managed by the LAPIC code in the pv_eoi field. Signed-off-by: Ladi Prosek Signed-off-by: Vitaly Kuznetsov Reviewed-by: Liran Alon Signed-off-by: Paolo Bonzini Signed-off-by: Sasha