Page MenuHomeFreeBSD

vmbus: Reorganize vmbus device tree
ClosedPublic

Authored by sepherosa_gmail.com on May 2 2017, 6:27 AM.
Tags
None
Referenced Files
F154170076: D10565.diff
Sun, Apr 26, 7:00 PM
Unknown Object (File)
Sun, Apr 26, 4:13 AM
Unknown Object (File)
Sat, Apr 25, 11:55 AM
Unknown Object (File)
Wed, Apr 22, 9:34 AM
Unknown Object (File)
Tue, Apr 14, 10:11 PM
Unknown Object (File)
Tue, Apr 7, 2:36 PM
Unknown Object (File)
Tue, Apr 7, 11:49 AM
Unknown Object (File)
Sun, Apr 5, 4:10 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

minor style fixes; remove unnecessary comment.

This revision was automatically updated to reflect the committed changes.