pcid: Store decoded MsixInfo instead of full capability in PciFeatureInfo
This commit is contained in:
@@ -133,7 +133,7 @@ impl PciFeature {
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub enum PciFeatureInfo {
|
||||
Msi(msi::MsiCapability),
|
||||
MsiX(msi::MsixCapability),
|
||||
MsiX(msi::MsixInfo),
|
||||
}
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
||||
Reference in New Issue
Block a user