Skip to content

Commit 9638bbc

Browse files
committed
Change model type from rtl8139 to e1000
1 parent adec14f commit 9638bbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kvm.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ const (
6060
</graphics>
6161
<interface type='network'>
6262
<source network='{{.Network}}'/>
63+
<model type='e1000'/>
6364
</interface>
6465
<interface type='network'>
6566
<source network='{{.PrivateNetwork}}'/>
67+
<model type='e1000'/>
6668
</interface>
6769
</devices>
6870
</domain>`

0 commit comments

Comments
 (0)