mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
osdict: Debian8 onwards has qemu-ga
This commit is contained in:
parent
e77c98ae1b
commit
a26c656d5c
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user