Re: [PATCH virt-manager] virtinst: enable qemu_ga for sles-11-sp4 and newer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/19/2015 09:26 PM, Lin Ma wrote:
> Qemu guest agent becomes available since sles 11 sp4 distro,
> So enable qemu_ga while installing sles11sp4 and newer sles.
> 
> Signed-off-by: Lin Ma <lma@xxxxxxxx>
> ---
>  virtinst/osdict.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/virtinst/osdict.py b/virtinst/osdict.py
> index 57039b0..76c2260 100644
> --- a/virtinst/osdict.py
> +++ b/virtinst/osdict.py
> @@ -514,7 +514,7 @@ class _OsVariant(object):
>          return False
>  
>      def supports_qemu_ga(self):
> -        return self._is_related_to(["fedora18", "rhel6.0"])
> +        return self._is_related_to(["fedora18", "rhel6.0", "sles11sp4"])
>  
>      def default_videomodel(self, guest):
>          if guest.os.is_pseries():
> 

Thanks for the patch, pushed now

- Cole

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux