Code in accel/ aims to be target-agnostic. Not all accelerators are ready for that, but start by enforcing a few easy ones.
Philippe Mathieu-Daudé (5): accel/kvm: Include missing 'exec/cpu-common.h' header accel/mshv: Forward-declare mshv_root_hvcall structure accel/mshv: Build without target-specific knowledge accel/hvf: Build without target-specific knowledge accel/xen: Build without target-specific knowledge include/system/mshv_int.h | 5 ++--- accel/kvm/kvm-accel-ops.c | 1 + accel/mshv/mshv-all.c | 2 +- accel/hvf/meson.build | 5 +---- accel/mshv/meson.build | 5 +---- accel/xen/meson.build | 2 +- 6 files changed, 7 insertions(+), 13 deletions(-) -- 2.52.0
