Hyper-V on Linux?

Discussions related to using VirtualBox on Linux hosts.
Post Reply
VinceAggrippino
Posts: 2
Joined: 6. Sep 2020, 16:44

Hyper-V on Linux?

Post by VinceAggrippino »

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.
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?

Post by scottgus1 »

VinceAggrippino wrote:my paravirtualization interface is Hyper-V
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.

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?

Post by mpack »

VinceAggrippino wrote:I thought Hyper-V was a proprietary Microsoft thing, only available on Windows.
You know how Linux PCs can use SAMBA (an implementation of the Windows SMB sharing protocol) to share stuff with Windows PCs? Same thing.

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.
Post Reply