MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / region_write

Method region_write

pci/src/vfio.rs:456–458  ·  view source on GitHub ↗
(&self, index: u32, offset: u64, data: &[u8])

Source from the content-addressed store, hash-verified

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()

Callers 2

write_configMethod · 0.45
write_barMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected