mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
i386/kvm: hv-tlbflush/ipi require hv-vpindex
The corresponding hypercalls require using VP indexes. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Message-Id: <20190517141924.19024-8-vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c686193072
commit
bd59fbdf4f
1 changed files with 4 additions and 2 deletions
|
|
@ -782,7 +782,8 @@ static struct {
|
||||||
{.fw = FEAT_HV_RECOMM_EAX,
|
{.fw = FEAT_HV_RECOMM_EAX,
|
||||||
.bits = HV_REMOTE_TLB_FLUSH_RECOMMENDED |
|
.bits = HV_REMOTE_TLB_FLUSH_RECOMMENDED |
|
||||||
HV_EX_PROCESSOR_MASKS_RECOMMENDED}
|
HV_EX_PROCESSOR_MASKS_RECOMMENDED}
|
||||||
}
|
},
|
||||||
|
.dependencies = BIT(HYPERV_FEAT_VPINDEX)
|
||||||
},
|
},
|
||||||
[HYPERV_FEAT_EVMCS] = {
|
[HYPERV_FEAT_EVMCS] = {
|
||||||
.desc = "enlightened VMCS (hv-evmcs)",
|
.desc = "enlightened VMCS (hv-evmcs)",
|
||||||
|
|
@ -797,7 +798,8 @@ static struct {
|
||||||
{.fw = FEAT_HV_RECOMM_EAX,
|
{.fw = FEAT_HV_RECOMM_EAX,
|
||||||
.bits = HV_CLUSTER_IPI_RECOMMENDED |
|
.bits = HV_CLUSTER_IPI_RECOMMENDED |
|
||||||
HV_EX_PROCESSOR_MASKS_RECOMMENDED}
|
HV_EX_PROCESSOR_MASKS_RECOMMENDED}
|
||||||
}
|
},
|
||||||
|
.dependencies = BIT(HYPERV_FEAT_VPINDEX)
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue