Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Can one install KVM on Windows?

Writer Matthew Harrington

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.

6 Answers

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

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:

1

Google ported KVM to Windows. The name is misleading.

There is a similar solution: qemu on windows, but it is said to be quite slow, since it actually emulates on user-level the whole guest machine. Check .

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.

For Windows, virtualbox is available.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy