uitests: xml: drop hardcoded emulator path

This commit is contained in:
Cole Robinson 2018-01-21 12:48:55 -05:00
parent a10fda6b5c
commit 808f9975aa
4 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@
<boot dev="hd"/>
</os>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<graphics type="spice" passwd="goodp"/>
</devices>
</domain>

View File

@ -8,7 +8,6 @@
<boot dev="hd"/>
</os>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<graphics type="spice"/>
</devices>
</domain>

View File

@ -8,7 +8,6 @@
<boot dev="hd"/>
</os>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<graphics type="vnc" port="-1" passwd="goodp"/>
</devices>
</domain>

View File

@ -8,7 +8,6 @@
<boot dev="hd"/>
</os>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<graphics type="vnc"/>
</devices>
</domain>