mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
cfa88603a2
Libvirt now validates that all <hostdev> elements refer to distinct host devices. The test suite violates that constraint by trying to hot-add a device that alreadye exists in the config. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
16 lines
447 B
XML
16 lines
447 B
XML
<vsock model="virtio">
|
|
<cid auto="no" address="5"/>
|
|
</vsock>
|
|
+ <hostdev mode="subsystem" type="usb" managed="yes">
|
|
+ <source>
|
|
+ <vendor id="0x0483"/>
|
|
+ <product id="0x2016"/>
|
|
+ </source>
|
|
+ </hostdev>
|
|
</devices>
|
|
<seclabel type="dynamic" model="selinux" relabel="yes"/>
|
|
<keywrap>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off.
|