commit | 7053df4edb3ae3ae15c316fe49122c0b3936e9dd | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed May 16 17:21:28 2018 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Sat May 26 14:14:33 2018 +0200 |
tree | b57f7743e75d77240fd3d655324c13b9ac7ab68f | |
parent | 56b9ae78303a963dc7ea85b20e99379efb346cd8 [diff] |
KVM: introduce kvm_make_vcpus_request_mask() API Hyper-V style PV TLB flush hypercalls inmplementation will use this API. To avoid memory allocation in CONFIG_CPUMASK_OFFSTACK case add cpumask_var_t argument. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>