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

Method region_read

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

Source from the content-addressed store, hash-verified

450
451impl Vfio for VfioDeviceWrapper {
452 fn region_read(&self, index: u32, offset: u64, data: &mut [u8]) {
453 self.device.region_read(index, data, offset);
454 }
455
456 fn region_write(&self, index: u32, offset: u64, data: &[u8]) {
457 self.device.region_write(index, data, offset);

Callers 2

read_configMethod · 0.45
read_barMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected