Merge pull request #3459 from alasdairtran/hide-kvm-signature
Hide KVM signature when using GPU passthrough to support more GPU modelspull/3391/head^2
commit
2ea91b216e
|
|
@ -36,6 +36,9 @@ const domainTmpl = `
|
|||
<acpi/>
|
||||
<apic/>
|
||||
<pae/>
|
||||
<kvm>
|
||||
<hidden state='on'/>
|
||||
</kvm>
|
||||
</features>
|
||||
<cpu mode='host-passthrough'/>
|
||||
<os>
|
||||
|
|
|
|||
Loading…
Reference in New Issue