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

Method region_write

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

Source from the content-addressed store, hash-verified

302 }
303
304 fn region_write(&self, index: u32, offset: u64, data: &[u8]) {
305 self.client
306 .lock()
307 .unwrap()
308 .region_write(index, offset, data)
309 .ok();
310 }
311
312 fn get_irq_info(&self, irq_index: u32) -> Option<VfioIrq> {
313 self.client

Callers

nothing calls this directly

Calls 1

okMethod · 0.80

Tested by

no test coverage detected