mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
14 lines
471 B
XML
14 lines
471 B
XML
<vsock model="virtio">
|
|
<cid auto="no" address="5"/>
|
|
</vsock>
|
|
+ <interface type="bridge">
|
|
+ <source bridge="eth0"/>
|
|
+ <mac address="00:11:22:33:44:55"/>
|
|
+ <model type="virtio"/>
|
|
+ </interface>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
<seclabel type="static" model="dac" relabel="yes">
|
|
|
|
Domain 'test-many-devices' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |