mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +00:00
A vhostbridge can be emulated in hypervisor. Function `init_vhostbridge()` is used to initialize a virtual host bridge and it configures the PCI configuration space. However, some configuration elements are not clearly described, which affects maintainability and readability. This patch add some comments to address it. Tracked-On: #8665 Signed-off-by: Haiwei Li <haiwei.li@intel.com>