OSDN Git Service

KVM: Introduce kvm_make_all_cpus_request_except()
authorSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Wed, 6 May 2020 13:17:53 +0000 (08:17 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 May 2020 11:44:32 +0000 (07:44 -0400)
commit54163a346d4a0a1b93f2ff6dc1f488419a605fa9
treebd16ba7d699abc089a5d45d9c2f7decc0cd95d06
parent45981dedf555bd66d86ccb51e4049d9f7ec45bd5
KVM: Introduce kvm_make_all_cpus_request_except()

This allows making request to all other vcpus except the one
specified in the parameter.

Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Message-Id: <1588771076-73790-2-git-send-email-suravee.suthikulpanit@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/hyperv.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c