mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Add USB addresses to qemuhotplug test cases
This test assumes the XML will be the same after formatting. Add USB addresses to it to keep it working when we autoassign them.
This commit is contained in:
parent
60f35e263f
commit
3681e0a9fe
@ -100,6 +100,7 @@
|
|||||||
</channel>
|
</channel>
|
||||||
<input type='tablet' bus='usb'>
|
<input type='tablet' bus='usb'>
|
||||||
<alias name='input0'/>
|
<alias name='input0'/>
|
||||||
|
<address type='usb' bus='0' port='1'/>
|
||||||
</input>
|
</input>
|
||||||
<input type='mouse' bus='ps2'>
|
<input type='mouse' bus='ps2'>
|
||||||
<alias name='input1'/>
|
<alias name='input1'/>
|
||||||
|
@ -95,6 +95,7 @@
|
|||||||
</channel>
|
</channel>
|
||||||
<input type='tablet' bus='usb'>
|
<input type='tablet' bus='usb'>
|
||||||
<alias name='input0'/>
|
<alias name='input0'/>
|
||||||
|
<address type='usb' bus='0' port='1'/>
|
||||||
</input>
|
</input>
|
||||||
<input type='mouse' bus='ps2'>
|
<input type='mouse' bus='ps2'>
|
||||||
<alias name='input1'/>
|
<alias name='input1'/>
|
||||||
|
@ -78,7 +78,9 @@
|
|||||||
<target type='virtio' name='org.qemu.guest_agent.0'/>
|
<target type='virtio' name='org.qemu.guest_agent.0'/>
|
||||||
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
<address type='virtio-serial' controller='0' bus='0' port='1'/>
|
||||||
</channel>
|
</channel>
|
||||||
<input type='tablet' bus='usb'/>
|
<input type='tablet' bus='usb'>
|
||||||
|
<address type='usb' bus='0' port='1'/>
|
||||||
|
</input>
|
||||||
<input type='mouse' bus='ps2'/>
|
<input type='mouse' bus='ps2'/>
|
||||||
<input type='keyboard' bus='ps2'/>
|
<input type='keyboard' bus='ps2'/>
|
||||||
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
|
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user