Add config to bypass EAC
This commit is contained in:
parent
9f6d7e9696
commit
076a060d53
|
@ -4,6 +4,7 @@
|
||||||
- qemu
|
- qemu
|
||||||
# - qemu-audio-jack
|
# - qemu-audio-jack
|
||||||
- libvirt
|
- libvirt
|
||||||
|
- dmidecode
|
||||||
- bridge-utils
|
- bridge-utils
|
||||||
- ovmf
|
- ovmf
|
||||||
- virt-manager
|
- virt-manager
|
||||||
|
|
|
@ -29,31 +29,14 @@
|
||||||
</cputune>
|
</cputune>
|
||||||
<os>
|
<os>
|
||||||
<type arch='x86_64' machine='pc-q35-4.1'>hvm</type>
|
<type arch='x86_64' machine='pc-q35-4.1'>hvm</type>
|
||||||
|
<smbios mode="host"/>
|
||||||
<loader readonly='yes' type='pflash'>/usr/share/ovmf/x64/OVMF_CODE.fd</loader>
|
<loader readonly='yes' type='pflash'>/usr/share/ovmf/x64/OVMF_CODE.fd</loader>
|
||||||
<nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
|
<nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
<acpi/>
|
<acpi/>
|
||||||
<apic/>
|
<apic/>
|
||||||
<hyperv>
|
<hyperv mode='passthrough'>
|
||||||
<!-- hyper-v enlightments, the more the better -->
|
|
||||||
<!-- https://archive.fosdem.org/2019/schedule/event/vai_enlightening_kvm/ -->
|
|
||||||
<relaxed state='on'/>
|
|
||||||
<vapic state='on'/>
|
|
||||||
<spinlocks state='on' retries='8191'/>
|
|
||||||
<vpindex state='on'/>
|
|
||||||
<runtime state='on'/>
|
|
||||||
<synic state='on'/>
|
|
||||||
<stimer state="on">
|
|
||||||
<direct state="on"/>
|
|
||||||
</stimer>
|
|
||||||
<reset state='on'/>
|
|
||||||
<vendor_id state='on' value='other'/>
|
|
||||||
<frequencies state='on'/>
|
|
||||||
<reenlightenment state='on'/>
|
|
||||||
<tlbflush state='on'/>
|
|
||||||
<ipi state='on'/>
|
|
||||||
<evmcs state='off'/>
|
|
||||||
</hyperv>
|
</hyperv>
|
||||||
<kvm>
|
<kvm>
|
||||||
<hidden state='on'/>
|
<hidden state='on'/>
|
||||||
|
|
Loading…
Reference in New Issue