Implement initial Hyper-V support on x86 platforms

Haiku currently does not have any form of Hyper-V guest support, and
this change begins work toward #16664.

This change implements initial VMBus bus/device structure and functions.

Change-Id: I2d081f55e99da479d9bc5084f1815ade6cc77fe2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10333
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
John Davis
2026-02-28 10:00:04 +00:00
committed by Jérôme Duval
parent b097619769
commit 0c6100feb2
21 changed files with 3487 additions and 0 deletions
+1
View File
@@ -363,6 +363,7 @@ SYSTEM_ADD_ONS_BUS_MANAGERS = [ FFilterByBuildFeatures
acpi@x86,x86_64,arm64
agp_gart@x86,x86_64
ata
hyperv@x86,x86_64
i2c@x86,x86_64
isa@x86,x86_64
mmc
+1
View File
@@ -318,6 +318,7 @@ AddBootModuleSymlinksToPackage
dpc
efi_gpt
generic_ide_pci
hyperv@x86,x86_64
ide_isa@x86
isa@x86,x86_64
intel
+1
View File
@@ -319,6 +319,7 @@ AddBootModuleSymlinksToPackage
virtio_pci
virtio_block
virtio_scsi
hyperv@x86,x86_64
efi_gpt
intel
bfs