qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARM hypervisors


From: RR NN
Subject: Re: ARM hypervisors
Date: Tue, 5 Mar 2024 22:44:04 +0330

Awesome, thanks for the info! 

On Tue, Mar 5, 2024, 17:29 Peter Maydell <peter.maydell@linaro.org> wrote:
On Tue, 5 Mar 2024 at 13:40, RR NN <rnn59437@gmail.com> wrote:
>
> Hello
> ARM hypervisors (pKVM, Gunyah) can run x86 OSs?

No. A hypervisor uses the host CPU's virtualization extensions
to allow the guest code to run directly on the host CPU. This
is why they're fast. This also means that they only work when
the guest CPU is the same architecture as the host CPU.
So you can run an x86 OS on an x86 host CPU, or an Arm
OS on an Arm host CPU using a hypervisor, but you can't run
a guest of the "wrong" architecture.

thanks
-- PMM

reply via email to

[Prev in Thread] Current Thread [Next in Thread]