mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
9e45b3dfe3
The test is currently testing just device update function. However, chardev hotplug is implemented just for device attach and detach. This fact means, the test needs to be rewritten (the majority of the code is still shared). Moreover, we are now able to pass VM among multiple test runs. So for instance, while we add a device in the first run, we can remove it in the second run.
6 lines
145 B
XML
6 lines
145 B
XML
<console type='pty'>
|
|
<source path='/dev/pts/26'/>
|
|
<target type='virtio' port='1'/>
|
|
<alias name='console1'/>
|
|
</console>
|