mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-10 05:54:13 +00:00
[CONF] Make network built-in under libvirt, use vmxnet3.
This commit is contained in:
parent
3050da9f89
commit
b7c5556fb4
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@
|
|||
<interface type='network'>
|
||||
<mac address='52:54:00:92:d4:7b'/>
|
||||
<source network='default'/>
|
||||
<model type='e1000-82545em'/>
|
||||
<address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
|
||||
<model type='vmxnet3'/>
|
||||
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
|
||||
</interface>
|
||||
<serial type='pty'>
|
||||
<target type='isa-serial' port='0'>
|
||||
|
|
Loading…
Reference in a new issue