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

Chen Hanxiao chen_han_xiao at 126.com
Thu Dec 24 15:37:39 UTC 2015


On 12/15/2015 09:06 PM, Kevin Zhao wrote:
> 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>
ACK.

Regards.

- Chen




More information about the virt-tools-list mailing list