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: introduce vfio support #8724

Merged
merged 2 commits into from
Dec 27, 2023

Commits on Dec 26, 2023

  1. dragonball: introduce vfio support

    vfio mod collects lots of information related to the vfio operations, including VfioMsi and VfioMsix capability & state,
    vfio interrupt info, pci region infor and vfio pci device info & state.
    
    fixes: kata-containers#8722
    
    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 26, 2023
    Configuration menu
    Copy the full SHA
    9c13b2c View commit details
    Browse the repository at this point in the history
  2. pci: rename 2 parameters to follow rust naming convention

    PciCapabilityID -> PciCapabilityId
    PciBarRegionType::IORegion -> PciBarRegionType::IoRegion
    
    Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
    studychao committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2f797a6 View commit details
    Browse the repository at this point in the history