[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 07/11] hvf: Add Apple Silicon support
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH v4 07/11] hvf: Add Apple Silicon support |
Date: |
Fri, 4 Dec 2020 19:41:38 +0300 |
On Fri, Dec 04, 2020 at 12:48:53AM +0100, Alexander Graf wrote:
> With Apple Silicon available to the masses, it's a good time to add support
> for driving its virtualization extensions from QEMU.
>
> This patch adds all necessary architecture specific code to get basic VMs
> working. It's still pretty raw, but definitely functional.
>
> Known limitations:
>
> - Vtimer acknowledgement is hacky
> - Should implement more sysregs and fault on invalid ones then
> - WFI handling is missing, need to marry it with vtimer
>
> Signed-off-by: Alexander Graf <agraf@csgraf.de>
>
For non-ARM specific bits,
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Can't set Tested-by because I have no ARM machine yet, but x86
build/execution is fine on Catalina and Big Sur :)
Thanks,
Roman
- [PATCH v4 05/11] arm: Set PSCI to 0.2 for HVF, (continued)
- [PATCH v4 05/11] arm: Set PSCI to 0.2 for HVF, Alexander Graf, 2020/12/03
- [PATCH v4 06/11] hvf: Simplify post reset/init/loadvm hooks, Alexander Graf, 2020/12/03
- [PATCH v4 08/11] arm: Add Hypervisor.framework build target, Alexander Graf, 2020/12/03
- [PATCH v4 10/11] hvf: arm: Add support for GICv3, Alexander Graf, 2020/12/03
- [PATCH v4 07/11] hvf: Add Apple Silicon support, Alexander Graf, 2020/12/03
- Re: [PATCH v4 07/11] hvf: Add Apple Silicon support,
Roman Bolshakov <=
- [PATCH v4 09/11] arm/hvf: Add a WFI handler, Alexander Graf, 2020/12/03
- [PATCH v4 11/11] hvf: arm: Implement -cpu host, Alexander Graf, 2020/12/03
- Re: [PATCH v4 00/11] hvf: Implement Apple Silicon Support, no-reply, 2020/12/03
- Re: [PATCH v4 00/11] hvf: Implement Apple Silicon Support, Roman Bolshakov, 2020/12/04