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

2020-12-04 Thread Roman Bolshakov
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

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

2020-12-03 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 --- v3 -> v4: