[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 03/10] hvf: Introduce hvf vcpu struct
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH v3 03/10] hvf: Introduce hvf vcpu struct |
Date: |
Thu, 3 Dec 2020 03:41:55 +0300 |
On Wed, Dec 02, 2020 at 08:04:01PM +0100, Alexander Graf wrote:
> We will need more than a single field for hvf going forward. To keep
> the global vcpu struct uncluttered, let's allocate a special hvf vcpu
> struct, similar to how hax does it.
>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Tested-by: Roman Bolshakov <r.bolshakov@yadro.com>
Thanks,
Roman
- [PATCH v3 00/10] hvf: Implement Apple Silicon Support, Alexander Graf, 2020/12/02
- [PATCH v3 01/10] hvf: Add hypervisor entitlement to output binaries, Alexander Graf, 2020/12/02
- [PATCH v3 02/10] hvf: Move common code out, Alexander Graf, 2020/12/02
- [PATCH v3 03/10] hvf: Introduce hvf vcpu struct, Alexander Graf, 2020/12/02
- Re: [PATCH v3 03/10] hvf: Introduce hvf vcpu struct,
Roman Bolshakov <=
- [PATCH v3 04/10] arm: Set PSCI to 0.2 for HVF, Alexander Graf, 2020/12/02
- [PATCH v3 05/10] hvf: arm: Mark CPU as dirty on reset, Alexander Graf, 2020/12/02
[PATCH v3 08/10] arm/hvf: Add a WFI handler, Alexander Graf, 2020/12/02