Merge pull request #3459 from alasdairtran/hide-kvm-signature

Hide KVM signature when using GPU passthrough to support more GPU models
pull/3391/head^2
Thomas Strömberg 2018-12-18 15:15:58 -08:00 committed by GitHub
commit 2ea91b216e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ const domainTmpl = `
<acpi/>
<apic/>
<pae/>
<kvm>
<hidden state='on'/>
</kvm>
</features>
<cpu mode='host-passthrough'/>
<os>