mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uitests: xml: drop hardcoded emulator path
This commit is contained in:
parent
a10fda6b5c
commit
808f9975aa
@ -8,7 +8,6 @@
|
||||
<boot dev="hd"/>
|
||||
</os>
|
||||
<devices>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<graphics type="spice" passwd="goodp"/>
|
||||
</devices>
|
||||
</domain>
|
||||
|
@ -8,7 +8,6 @@
|
||||
<boot dev="hd"/>
|
||||
</os>
|
||||
<devices>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<graphics type="spice"/>
|
||||
</devices>
|
||||
</domain>
|
||||
|
@ -8,7 +8,6 @@
|
||||
<boot dev="hd"/>
|
||||
</os>
|
||||
<devices>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<graphics type="vnc" port="-1" passwd="goodp"/>
|
||||
</devices>
|
||||
</domain>
|
||||
|
@ -8,7 +8,6 @@
|
||||
<boot dev="hd"/>
|
||||
</os>
|
||||
<devices>
|
||||
<emulator>/usr/bin/qemu-kvm</emulator>
|
||||
<graphics type="vnc"/>
|
||||
</devices>
|
||||
</domain>
|
||||
|
Loading…
Reference in New Issue
Block a user