mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:38 +00:00
The 'struct mshv_vp_registers' definition in hvgdk_mini.h is unused in QEMU and conflicts with the canonical definition in linux-headers/linux/mshv.h. Remove the duplicate definition to avoid build conflicts when the Linux headers are updated. Cc: Magnus Kulke <magnuskulke@linux.microsoft.com> Reviewed-by: Magnus Kulke <magnuskulke@linux.microsoft.com> Link: https://lore.kernel.org/qemu-devel/20260108185012.2568277-1-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>