mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
2a88d3a1af
There's some redundancy here, and let's not depend on test-many-devices which causes a lot of test suite churn
13 lines
355 B
XML
13 lines
355 B
XML
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
+ <interface type="bridge">
|
|
+ <source bridge="eth0"/>
|
|
+ <mac address="00:11:22:33:44:55"/>
|
|
+ <model type="e1000"/>
|
|
+ </interface>
|
|
</devices>
|
|
</domain>
|
|
|
|
Domain 'test' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |