]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/mshv: Add accelerator skeleton
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Thu, 2 Oct 2025 16:25:02 +0000 (18:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Oct 2025 17:17:29 +0000 (19:17 +0200)
commitd0d2918f968c55628e17e2733b799fcefb50f16b
treedf8d185a09603231a0c507bfde57f66366814068
parenta6d6878650a0f4982918e8cd9d7ea6c3c3c681f7
accel/mshv: Add accelerator skeleton

Introduce the initial scaffold for the MSHV (Microsoft Hypervisor)
accelerator backend. This includes the basic directory structure and
stub implementations needed to integrate with QEMU's accelerator
framework.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250916164847.77883-8-magnuskulke@linux.microsoft.com
[Move include of linux/mshv.h in the per-target section; create
 include/system/mshv_int.h. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/meson.build
accel/mshv/meson.build [new file with mode: 0644]
accel/mshv/mshv-all.c [new file with mode: 0644]
include/system/mshv.h
include/system/mshv_int.h [new file with mode: 0644]