Re: [PATCH v6 03/11] hvf: Move common code out

2021-05-16 Thread Alexander Graf
On 21.01.21 08:26, Philippe Mathieu-Daudé wrote: > Hi Alexander, > > On 1/20/21 11:44 PM, 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

Re: [PATCH v6 03/11] hvf: Move common code out

2021-01-28 Thread Peter Maydell
On Wed, 20 Jan 2021 at 22:44, 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 acce

Re: [PATCH v6 03/11] hvf: Move common code out

2021-01-20 Thread Philippe Mathieu-Daudé
Hi Alexander, On 1/20/21 11:44 PM, 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 a

[PATCH v6 03/11] hvf: Move common code out

2021-01-20 Thread Alexander Graf
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. Signed-off-by: Alexander Graf Reviewed-by: Roman