On Wed, May 19, 2021 at 10:22:38PM +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 into its own accel directory. > > This patch moves a few internal struct and constant defines over. > > Signed-off-by: Alexander Graf > --- > include/sysemu/hvf_int.h | 30 ++++++++++++++++++++++++++++++ > target/i386/hvf/hvf-i386.h | 31 +------------------------------ > 2 files changed, 31 insertions(+), 30 deletions(-) Reviewed-by: Sergio Lopez