Skip to content

Commit

Permalink
Update nested_hyperv_on_kvm.cfg for cpu flag
Browse files Browse the repository at this point in the history
Add cpu flags hv_tlbflush_ext,hv_tlbflush_direct for rhel 9
ID: 2219365
Signed-off-by: xuli <xuli@redhat.com>
  • Loading branch information
lixuemin2016 committed Nov 27, 2023
1 parent a49d408 commit 6ad05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/cfg/nested_hyperv_on_kvm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
nested_dest = "C:\\nested-hyperv-on-kvm"
cpu_model_flags += ",hv_reset,hv_crash,hv-no-nonarch-coresharing=auto"
Host_RHEL.m9:
cpu_model_flags += ",hv_emsr_bitmap"
cpu_model_flags += ",hv_emsr_bitmap,hv_tlbflush_ext,hv_tlbflush_direct"

HostCpuVendor.intel:
cpu_model_flags += ",hv_evmcs,+vmx"
Expand Down

0 comments on commit 6ad05a8

Please sign in to comment.