]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix make check on RHEL-5
authorJiri Denemark <jdenemar@redhat.com>
Wed, 20 Oct 2010 14:14:18 +0000 (16:14 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 20 Oct 2010 14:14:18 +0000 (16:14 +0200)
The test for <vcpu> element is unrelated to vnc so the easiest fix is to
remove related configuration.

tests/xmconfigdata/test-paravirt-vcpu.cfg
tests/xmconfigdata/test-paravirt-vcpu.xml

index 24c78f42ccccc8375b821f687073bba66fb5f915..d0844f537735f6780e8208697444f79b68e2aaa7 100644 (file)
@@ -8,10 +8,5 @@ bootloader = "/usr/bin/pygrub"
 on_poweroff = "destroy"
 on_reboot = "restart"
 on_crash = "restart"
-sdl = 0
-vnc = 1
-vncunused = 1
-vnclisten = "127.0.0.1"
-vncpasswd = "123poi"
 disk = [ "phy:/dev/HostVG/XenGuest1,xvda,w" ]
 vif = [ "mac=00:16:3e:66:94:9c,bridge=br0,script=vif-bridge" ]
index 0be94568a04910792137bad0eb51cd68548bfb69..5817f80396af125b8f21b9c855be530e4a3f714b 100644 (file)
@@ -26,7 +26,5 @@
     <console type='pty'>
       <target type='xen' port='0'/>
     </console>
-    <input type='mouse' bus='xen'/>
-    <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'/>
   </devices>
 </domain>