--- virtManager/createvm.py.orig	2025-08-26 04:59:47
+++ virtManager/createvm.py	2025-08-31 10:52:03
@@ -7,6 +7,7 @@
 import importlib
 import io
 import os
+import sys
 import threading
 import time
 
@@ -578,7 +579,7 @@
         uiutil.set_grid_row_visible(self.widget("arch-expander"), show_arch)
 
         if self.conn.is_qemu():
-            if not self._capsinfo.guest.is_kvm_available():
+            if sys.platform == 'linux' and not self._capsinfo.guest.is_kvm_available():
                 error = _(
                     "KVM is not available. This may mean the KVM "
                     "package is not installed, or the KVM kernel modules "
