Skip to content

Commit

Permalink
Merge pull request #3459 from alasdairtran/hide-kvm-signature
Browse files Browse the repository at this point in the history
Hide KVM signature when using GPU passthrough to support more GPU models
  • Loading branch information
tstromberg authored Dec 18, 2018
2 parents f09142a + 7ba01b4 commit 2ea91b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/drivers/kvm/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const domainTmpl = `
<acpi/>
<apic/>
<pae/>
<kvm>
<hidden state='on'/>
</kvm>
</features>
<cpu mode='host-passthrough'/>
<os>
Expand Down

0 comments on commit 2ea91b2

Please sign in to comment.