public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] accel: Try to build without target-specific knowledge
@ 2026-02-25  5:12 Philippe Mathieu-Daudé
  2026-02-25  5:12 ` [PATCH 1/5] accel/kvm: Include missing 'exec/cpu-common.h' header Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-02-25  5:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: kvm, Pierrick Bouvier, Paolo Bonzini, xen-devel,
	Philippe Mathieu-Daudé

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-03-09 17:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25  5:12 [PATCH 0/5] accel: Try to build without target-specific knowledge Philippe Mathieu-Daudé
2026-02-25  5:12 ` [PATCH 1/5] accel/kvm: Include missing 'exec/cpu-common.h' header Philippe Mathieu-Daudé
2026-02-25 19:40   ` Pierrick Bouvier
2026-02-25  5:13 ` [PATCH 2/5] accel/mshv: Forward-declare mshv_root_hvcall structure Philippe Mathieu-Daudé
2026-02-25 19:40   ` Pierrick Bouvier
2026-02-25  5:13 ` [PATCH 3/5] accel/mshv: Build without target-specific knowledge Philippe Mathieu-Daudé
2026-02-25 19:40   ` Pierrick Bouvier
2026-02-25  5:13 ` [PATCH 4/5] accel/hvf: " Philippe Mathieu-Daudé
2026-02-25 16:34   ` Philippe Mathieu-Daudé
2026-02-25 19:41   ` Pierrick Bouvier
2026-02-25  5:13 ` [PATCH 5/5] accel/xen: " Philippe Mathieu-Daudé
2026-02-25 14:15   ` Anthony PERARD
2026-02-25 19:42   ` Pierrick Bouvier
2026-03-09 17:54 ` [PATCH 0/5] accel: Try to build " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox