(&self, index: u32, offset: u64, data: &[u8])
| 454 | } |
| 455 | |
| 456 | fn region_write(&self, index: u32, offset: u64, data: &[u8]) { |
| 457 | self.device.region_write(index, data, offset); |
| 458 | } |
| 459 | |
| 460 | fn get_irq_info(&self, irq_index: u32) -> Option<VfioIrq> { |
| 461 | self.device.get_irq_info(irq_index).copied() |
no outgoing calls
no test coverage detected