feat: move platform stuff all into it's own thing

This commit is contained in:
Alex Zenla
2024-04-29 02:59:49 -07:00
parent f479963cd5
commit 4839ee2679
8 changed files with 635 additions and 980 deletions

View File

@ -783,6 +783,7 @@ impl XenCall {
Ok(())
}
#[allow(clippy::field_reassign_with_default)]
pub async fn map_pirq(&self, domid: u32, index: isize, pirq: Option<u32>) -> Result<u32> {
trace!(
"physdev fd={} map_pirq domid={} index={} pirq={:?}",