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:
@@ -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
|
||||
|
||||
@@ -318,6 +318,7 @@ AddBootModuleSymlinksToPackage
|
||||
dpc
|
||||
efi_gpt
|
||||
generic_ide_pci
|
||||
hyperv@x86,x86_64
|
||||
ide_isa@x86
|
||||
isa@x86,x86_64
|
||||
intel
|
||||
|
||||
@@ -319,6 +319,7 @@ AddBootModuleSymlinksToPackage
|
||||
virtio_pci
|
||||
virtio_block
|
||||
virtio_scsi
|
||||
hyperv@x86,x86_64
|
||||
efi_gpt
|
||||
intel
|
||||
bfs
|
||||
|
||||
Reference in New Issue
Block a user