[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 03/11] hvf: Move common code out
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH v4 03/11] hvf: Move common code out |
Date: |
Fri, 4 Dec 2020 17:55:26 +0300 |
On Fri, Dec 04, 2020 at 12:48:49AM +0100, Alexander Graf wrote:
> Until now, Hypervisor.framework has only been available on x86_64 systems.
> With Apple Silicon shipping now, it extends its reach to aarch64. To
> prepare for support for multiple architectures, let's move common code out
> into its own accel directory.
>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
Thanks,
Roman
- [PATCH v4 00/11] hvf: Implement Apple Silicon Support, Alexander Graf, 2020/12/03
- [PATCH v4 02/11] hvf: x86: Remove unused definitions, Alexander Graf, 2020/12/03
- [PATCH v4 01/11] hvf: Add hypervisor entitlement to output binaries, Alexander Graf, 2020/12/03
- [PATCH v4 03/11] hvf: Move common code out, Alexander Graf, 2020/12/03
- Re: [PATCH v4 03/11] hvf: Move common code out,
Roman Bolshakov <=
- [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 04/11] hvf: Introduce hvf vcpu struct, Alexander Graf, 2020/12/03
- [PATCH v4 05/11] arm: Set PSCI to 0.2 for HVF, Alexander Graf, 2020/12/03
- [PATCH v4 10/11] hvf: arm: Add support for GICv3, Alexander Graf, 2020/12/03