Re: [PATCH v8 01/19] hvf: Move assert_hvf_ok() into common directory

2021-05-27 Thread Sergio Lopez
On Wed, May 19, 2021 at 10:22:35PM +0200, 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 start moving common > code out

[PATCH v8 01/19] hvf: Move assert_hvf_ok() into common directory

2021-05-19 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 start moving common code out into its own accel directory. This patch moves assert_hvf_ok() and intr