Re: ARM hypervisors

2024-03-05 Thread Trilok Soni
On 3/5/2024 5:59 AM, Peter Maydell wrote: > On Tue, 5 Mar 2024 at 13:40, RR NN 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

Re: ARM hypervisors

2024-03-05 Thread RR NN
{ "emoji": "💖", "version": 1 }

Re: ARM hypervisors

2024-03-05 Thread RR NN
Awesome, thanks for the info! On Tue, Mar 5, 2024, 17:29 Peter Maydell wrote: > On Tue, 5 Mar 2024 at 13:40, RR NN wrote: > > > > Hello > > ARM hypervisors (pKVM, Gunyah) can run x86 OSs? > > No. A hypervisor uses the host CPU's virtualization extensions

Re: ARM hypervisors

2024-03-05 Thread Peter Maydell
On Tue, 5 Mar 2024 at 13:40, RR NN 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

ARM hypervisors

2024-03-05 Thread RR NN
Hello ARM hypervisors (pKVM, Gunyah) can run x86 OSs?