I'm running Windows 10 in a virtual machine on Kubuntu 20.04.1. I have an icon in the statusbar with a "V" and a rainbow meter beside it. When I mouse-over it, it tells me that my paravirtualization interface is Hyper-V. What does that mean?
I thought Hyper-V was a proprietary Microsoft thing, only available on Windows.
Hyper-V on Linux?
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Hyper-V on Linux?
The paravirtualization interface is a communication channel between a virtualization-aware OS, like modern Windows or Linux, and the hypervisor, in this case Virtualbox. The paravirtualization interface does not have anything to do with what kind of hypervisor is running the guest OS.VinceAggrippino wrote:my paravirtualization interface is Hyper-V
Linux does not have the Hyper-V hypervisor.
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Hyper-V on Linux?
You know how Linux PCs can use SAMBA (an implementation of the Windows SMB sharing protocol) to share stuff with Windows PCs? Same thing.VinceAggrippino wrote:I thought Hyper-V was a proprietary Microsoft thing, only available on Windows.
In both cases the interface was invented for a particular purpose (Windows talking to Windows), but other hosts can and do implement compatible interfaces.
VirtualBox can also present a KVM compatible interface to Linux guests running on Windows hosts. Again, same thing.