Page MenuHomeFreeBSD

vmbus: Reorganize vmbus device tree
ClosedPublic

Authored by sepherosa_gmail.com on May 2 2017, 6:27 AM.
Tags
None
Referenced Files
F82010058: D10565.id28189.diff
Wed, Apr 24, 12:09 PM
Unknown Object (File)
Tue, Apr 23, 5:34 PM
Unknown Object (File)
Fri, Apr 19, 10:19 PM
Unknown Object (File)
Sun, Apr 7, 5:01 AM
Unknown Object (File)
Feb 15 2024, 2:39 AM
Unknown Object (File)
Jan 7 2024, 10:54 AM
Unknown Object (File)
Dec 23 2023, 12:21 AM
Unknown Object (File)
Dec 13 2023, 12:07 AM
Subscribers
None

Details

Summary

For GEN1 Hyper-V, vmbus is attached to pcib0, which contains the resources for PCI passthrough and SR-IOV. There is no acpi_syscontainer0 on GEN1 Hyper-V.
For GEN2 Hyper-V, vmbus is attached to acpi_syscontainer0, which contains the resources for PCI passthrough and SR-IOV. There is no pcib0 on GEN2 Hyper-V.

The ACPI VMBUS device now only holds its _CRS, which is empty as of this commit; its existence is mainly for upward compatibility.

Device tree structure is suggested by jhb@.

Collabrated-wth: dexuan@
Tested-by: dexuan@

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

minor style fixes; remove unnecessary comment.

This revision was automatically updated to reflect the committed changes.