summaryrefslogtreecommitdiff
path: root/virtinst/guest.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtinst/guest.py')
-rw-r--r--virtinst/guest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/guest.py b/virtinst/guest.py
index 350de6dd..6f16af49 100644
--- a/virtinst/guest.py
+++ b/virtinst/guest.py
@@ -543,7 +543,7 @@ class Guest(XMLBuilder):
"secboot" in self.os.loader):
self.features.smm = True
self.os.loader_secure = True
- if self.os.machine and "q35" not in self.os.machine:
+ if not self.os.is_q35():
log.warning("Changing machine type from '%s' to 'q35' "
"which is required for UEFI secure boot.",
self.os.machine)