Store decoded MSI info instead of full capability in PciFeatureInfo

This commit is contained in:
bjorn3
2024-06-11 16:47:08 +02:00
parent 7a67110109
commit 4f583b1cfb
5 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ impl PciFeature {
}
#[derive(Debug, Serialize, Deserialize)]
pub enum PciFeatureInfo {
Msi(msi::MsiCapability),
Msi(msi::MsiInfo),
MsiX(msi::MsixInfo),
}