]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/hw/hyperv: Add MSHV ABI header definitions
authorMagnus Kulke <magnuskulke@linux.microsoft.com>
Tue, 16 Sep 2025 16:48:25 +0000 (18:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Oct 2025 17:17:29 +0000 (19:17 +0200)
commit7db6086287502ad5a015ccc31e85ec9cac7e2716
tree1037a4f3d522e9752c0616928f88788884f11ca1
parent638ac1c78457dd93ccd795b9c6c2673af8c7dd21
include/hw/hyperv: Add MSHV ABI header definitions

Introduce headers for the Microsoft Hypervisor (MSHV) userspace ABI,
including IOCTLs and structures used to interface with the hypervisor.

These definitions are based on the upstream Linux MSHV interface and
will be used by the MSHV accelerator backend in later patches.

Signed-off-by: Magnus Kulke <magnuskulke@linux.microsoft.com>
Link: https://lore.kernel.org/r/20250916164847.77883-6-magnuskulke@linux.microsoft.com
[Do not use __uN types. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/hyperv/hvgdk.h [new file with mode: 0644]
include/hw/hyperv/hvgdk_mini.h [new file with mode: 0644]
include/hw/hyperv/hvhdk.h [new file with mode: 0644]
include/hw/hyperv/hvhdk_mini.h [new file with mode: 0644]
scripts/update-linux-headers.sh