[PATCH 0/5] accel: Try to build without target-specific knowledge

Philippe Mathieu-Daudé posted 5 patches 5 days, 20 hours ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH 0/5] accel: Try to build without target-specific knowledge
Posted by Philippe Mathieu-Daudé 5 days, 20 hours ago
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