diff --git a/virtManager/create.py b/virtManager/create.py index d8e68c36d..f1c57b7da 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -1376,7 +1376,8 @@ class vmmCreate(vmmGObjectUI): guest.add_default_devices() - if self.conn.check_support(self.conn.SUPPORT_CONN_PM_DISABLE): + if (guest.os.is_x86() and + self.conn.check_support(self.conn.SUPPORT_CONN_PM_DISABLE)): guest.pm.suspend_to_mem = False guest.pm.suspend_to_disk = False