Sujet : Re: VMWARE/ESXi Linux
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 03. Dec 2024, 05:57:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vim33f$3s4g8$2@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.161 (Chasiv Yar; )
On Tue, 3 Dec 2024 03:09:15 -0000 (UTC), Waldek Hebisch wrote:
From what you wrote seem that ESXi is more similar to Xen than to
KVM+qemu, that is ESXi and Xen discourage running unvirtualized programs
while in KVM+qemu some (frequently most) programs is running
unvirtualized and only rest is virtualized.
I think that dates back to the old distinction between “type 1” and “type
2“ hypervisors. It’s an obsolete distinction nowadays.
And don’t forget there are other options besides full virtualization. For
example, Linux offers “container” technologies of various sorts, where
multiple userlands run under the same kernel.