[virt-tools-list] [virt-manager PATCH] osdict: Debian8 onwards has qemu-ga
Cole Robinson
crobinso at redhat.com
Mon Oct 31 15:16:35 UTC 2016
On 10/24/2016 04:34 PM, Guido Günther wrote:
> ---
> Put to the front of the list to preserve the alphabetical order.
>
> virtinst/osdict.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/virtinst/osdict.py b/virtinst/osdict.py
> index 3272a98..cddffbd 100644
> --- a/virtinst/osdict.py
> +++ b/virtinst/osdict.py
> @@ -495,7 +495,7 @@ class _OsVariant(object):
> return False
>
> def supports_qemu_ga(self):
> - return self._is_related_to(["fedora18", "rhel6.0", "sles11sp4"])
> + return self._is_related_to(["debian8", "fedora18", "rhel6.0", "sles11sp4"])
>
> def default_videomodel(self, guest):
> if guest.os.is_pseries():
>
Thanks, pushed now
- Cole
More information about the virt-tools-list
mailing list