Can one install KVM on Windows? [closed]
Asked Answered
S

4

13

Can one install KVM on a Windows system where Windows will be the host operating system?

I have searched a lot but every answer is about how one can install Windows as guest on KVM.

Sordello answered 12/2, 2015 at 7:35 Comment(0)
G
22

No, it does not install on a windows system, because it is a linux kernel module.

Glazer answered 17/2, 2015 at 15:27 Comment(0)
I
8

KVM is short for Kernel-based Virtual Machine. It's for Linux only. You can use the similar solution - HAXM. It's be supported by Windows 7 (32/64) or higher. You can get details from here: https://github.com/intel/haxm

Inaction answered 22/11, 2018 at 8:47 Comment(1)
Unfortunately HAXM does not work with Ryzen CPUs. Hyper-V is required.Mclean
J
6

Google ported KVM to Windows. The name is misleading. http://github.com/google/Android-emulator-hypervisor-driver-for-amd-processors

Jaime answered 16/11, 2019 at 5:29 Comment(0)
P
1

You can run a linux VM on Windows, and then run most of the KVM toolchain inside it. But the core KVM depends having the Linux kernel running in baremetal. Without that, you're dependent on the qemu emulator, which should work in theory, albeit slowly. In practice, and maybe I didn't try hard enough, it didn't work for me.

Petrifaction answered 1/12, 2018 at 22:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.