Deutsch   English   Français   Italiano  
<vindur$b99$1@reader2.panix.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!panix!.POSTED.spitfire.i.gajendra.net!not-for-mail
From: cross@spitfire.i.gajendra.net (Dan Cross)
Newsgroups: comp.os.vms
Subject: Re: VMWARE/ESXi Linux
Date: Tue, 3 Dec 2024 17:08:43 -0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Message-ID: <vindur$b99$1@reader2.panix.com>
References: <vi84pm$6ct6$4@dont-email.me> <vina48$3sjr$6@dont-email.me> <vinahh$598$1@reader2.panix.com> <vinctl$3sjq$1@dont-email.me>
Injection-Date: Tue, 3 Dec 2024 17:08:43 -0000 (UTC)
Injection-Info: reader2.panix.com; posting-host="spitfire.i.gajendra.net:166.84.136.80";
	logging-data="11561"; mail-complaints-to="abuse@panix.com"
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: cross@spitfire.i.gajendra.net (Dan Cross)
Bytes: 3040
Lines: 57

In article <vinctl$3sjq$1@dont-email.me>,
Arne Vajhøj  <arne@vajhoej.dk> wrote:
>On 12/3/2024 11:10 AM, Dan Cross wrote:
>> In article <vina48$3sjr$6@dont-email.me>,
>> Arne Vajhøj  <arne@vajhoej.dk> wrote:
>>> On 12/3/2024 10:36 AM, Dan Cross wrote:
>>>> In article <vin68p$3sjr$4@dont-email.me>,
>>>> Arne Vajhøj  <arne@vajhoej.dk> wrote:
>>>>> KVM runs in Linux not on Linux. Which makes it type 1.
>>>>
>>>> Nope.  KVM is dependent on Linux at this point.  The claim that
>>>> it is a type-1 hypervisor is predicated on the idea that it was
>>>> separable from Linux, but I don't think anyone believes that
>>>> anymore.
>>>
>>> It is the opposite. KVM is type 1 not because it is separable
>>>from Linux but because it is inseparable from Linux.
>> 
>> Kinda.  The claim is that KVM turns Linux+KVM into a type-1
>> hypervisor; that is, the entire combination becomes a the HV.
>> That's sort of a silly distinction, though, since the real
>> differentiator, defined by Goldberg, is whether or not the VMM
>> makes use of existing system services, which KVM very much does.
>
>ESXi is basic OS functionality and virtualization services
>in a single kernel.

Yes, but it doesn't do much other than run VMs and support those
VMs.

>Linux+KVM is basic OS functionality and virtualization services
>in a single kernel.

Yes, but it does much more than just run VMs.  For example, I
could run, say, an instance of an RDBMS on the same host as I
run a VM.  Linux, as a kernel, is separable from KVM; KVM, as
a module, is not seperable from Linux.

>They are logical working the same way.

Funny how this is the inverse of what you tried to argument
in https://groups.google.com/g/comp.os.vms/c/nPYz56qulqg/m/LN-xzlJ1AwAJ,
where you wrote:

>The differences are not in how they work, but in history
>and reusability in other contexts:
>* Linux existed before KVM
>* Linux has more functionality so it can be and is used without KVM

Yes, and that's the distinction Goldberg defined.

>But type 1 vs type 2 should depend on how it works not on
>history and reusability in other contexts.

Like I said, the terminology is imprecise.

	- Dan C.