]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hvf: Move assert_hvf_ok() into common directory
authorAlexander Graf <agraf@csgraf.de>
Thu, 3 Jun 2021 13:09:30 +0000 (14:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:26 +0000 (16:43 +0100)
commitd57bc3c1098f1614db1c5763f3672fe01d768972
tree858645d9b4e5f92462a876b4135205c5b5a9f9a9
parent3c93dfa42c394fdd55684f2fbf24cf2f39b97d47
hvf: Move assert_hvf_ok() into common directory

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 introduces generic build infrastructure.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-id: 20210519202253.76782-2-agraf@csgraf.de
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
accel/hvf/hvf-all.c [new file with mode: 0644]
accel/hvf/meson.build [new file with mode: 0644]
accel/meson.build
include/sysemu/hvf_int.h [new file with mode: 0644]
target/i386/hvf/hvf.c