Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dragonball: add pci root bus and root device #8564

Merged

Commits on Dec 12, 2023

  1. dragonball: add pci root bus and root device

    In order to follow up the PCI implementation in Dragonball, we need to
    add PCI root device and root bus support.
    
    root device is a pseudo PCI root device to manage accessing to PCI
    configuration space.
    
    root bus is mainly for emulating PCI root bridge and also create the PCI
    root bus with the given bus ID with the PCI root bridge.
    
    fixes: kata-containers#8563
    
    Signed-off-by: Gerry Liu <gerry@linux.alibaba.com>
    Signed-off-by: Zizheng Bian <zizheng.bian@linux.alibaba.com>
    Signed-off-by: Shifang Feng <fengshifang@linux.alibaba.com>
    Signed-off-by: Yang Su <yang.su@linux.alibaba.com>
    Signed-off-by: Zha Bin <zhabin@linux.alibaba.com>
    Signed-off-by: Xin Lin <jingshan@linux.alibaba.com>
    Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
    studychao committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b079e1a View commit details
    Browse the repository at this point in the history