Re: [PATCH v2 10/15] kvm: x86: hyperv: Use APICv deactivate request interface

2019-08-19 Thread Alexander Graf
On 15.08.19 18:25, Suthikulpanit, Suravee wrote: Since disabling APICv has to be done for all vcpus on AMD-based system, adopt the newly introduced kvm_make_apicv_deactivate_request() intereface. typo Signed-off-by: Suravee Suthikulpanit --- arch/x86/kvm/hyperv.c | 12 ++-- 1

[PATCH v2 10/15] kvm: x86: hyperv: Use APICv deactivate request interface

2019-08-15 Thread Suthikulpanit, Suravee
Since disabling APICv has to be done for all vcpus on AMD-based system, adopt the newly introduced kvm_make_apicv_deactivate_request() intereface. Signed-off-by: Suravee Suthikulpanit --- arch/x86/kvm/hyperv.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch