Skip to content

Commit 7e26b6a

Browse files
aero.py: fix is_kvm_supported
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent d605ee3 commit 7e26b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def is_kvm_supported() -> bool:
501501
fd.close()
502502

503503
# KVM is not avaliable on Windows
504-
return True
504+
return False
505505

506506

507507
def main():

0 commit comments

Comments
 (0)