[virt-tools-list] [virt-manager][PATCH v1 2/2] Modify the xml file for the virt-install for ppc64le

Kevin Zhao kevinzs at linux.vnet.ibm.com
Tue Dec 15 13:06:46 UTC 2015


Modify the xml file for virt-install of ppc64le for importing
existing image using KVM.Because the spice devices has not
been supported by powerpc64 and powerpc64le,the only supporting
graphic device is vnc.

Signed-off-by: Kevin Zhao <kevinzs at linux.vnet.ibm.com>
---
 .../compare/virt-install-ppc64le-kvm-import.xml             | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/tests/cli-test-xml/compare/virt-install-ppc64le-kvm-import.xml b/tests/cli-test-xml/compare/virt-install-ppc64le-kvm-import.xml
index 7a3d4c2..5166f03 100644
--- a/tests/cli-test-xml/compare/virt-install-ppc64le-kvm-import.xml
+++ b/tests/cli-test-xml/compare/virt-install-ppc64le-kvm-import.xml
@@ -23,21 +23,10 @@
       <source bridge="eth0"/>
       <mac address="00:11:22:33:44:55"/>
     </interface>
-    <graphics type="spice" port="-1" tlsPort="-1" autoport="yes">
-      <image compression="off"/>
-    </graphics>
+    <graphics type="vnc" port="-1"/>
     <console type="pty"/>
-    <channel type="unix">
-      <source mode="bind"/>
-      <target type="virtio" name="org.qemu.guest_agent.0"/>
-    </channel>
-    <channel type="spicevmc">
-      <target type="virtio" name="com.redhat.spice.0"/>
-    </channel>
     <video>
       <model type="vga"/>
     </video>
-    <redirdev bus="usb" type="spicevmc"/>
-    <redirdev bus="usb" type="spicevmc"/>
   </devices>
 </domain>
-- 
1.9.1




More information about the virt-tools-list mailing list