aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-09-05 11:52:12 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-09-05 11:52:12 +0000
commit126d3ebeeaa78fb2da31d6534756d45ee7d45bf1 (patch)
tree71fa982522f3fa345adb3295702c8eeb48e2db2a /tests/xmconfigdata
parentFix xen capabilities data creation (diff)
downloadlibvirt-126d3ebeeaa78fb2da31d6534756d45ee7d45bf1.tar.gz
libvirt-126d3ebeeaa78fb2da31d6534756d45ee7d45bf1.tar.bz2
libvirt-126d3ebeeaa78fb2da31d6534756d45ee7d45bf1.zip
Fix starting of xen domains without a PVFB console by removing default emulator
Diffstat (limited to 'tests/xmconfigdata')
-rw-r--r--tests/xmconfigdata/test-paravirt-net-e1000.xml1
-rw-r--r--tests/xmconfigdata/test-paravirt-new-pvfb.xml1
-rw-r--r--tests/xmconfigdata/test-paravirt-old-pvfb.xml1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/xmconfigdata/test-paravirt-net-e1000.xml b/tests/xmconfigdata/test-paravirt-net-e1000.xml
index 8efab5871..c423af12a 100644
--- a/tests/xmconfigdata/test-paravirt-net-e1000.xml
+++ b/tests/xmconfigdata/test-paravirt-net-e1000.xml
@@ -13,7 +13,6 @@
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
- <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/HostVG/XenGuest1'/>
diff --git a/tests/xmconfigdata/test-paravirt-new-pvfb.xml b/tests/xmconfigdata/test-paravirt-new-pvfb.xml
index 620f701e0..de1a9aeca 100644
--- a/tests/xmconfigdata/test-paravirt-new-pvfb.xml
+++ b/tests/xmconfigdata/test-paravirt-new-pvfb.xml
@@ -13,7 +13,6 @@
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
- <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/HostVG/XenGuest1'/>
diff --git a/tests/xmconfigdata/test-paravirt-old-pvfb.xml b/tests/xmconfigdata/test-paravirt-old-pvfb.xml
index 620f701e0..de1a9aeca 100644
--- a/tests/xmconfigdata/test-paravirt-old-pvfb.xml
+++ b/tests/xmconfigdata/test-paravirt-old-pvfb.xml
@@ -13,7 +13,6 @@
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
- <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/HostVG/XenGuest1'/>