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

Method write

pci/src/vfio.rs:1891–1893  ·  view source on GitHub ↗
(&mut self, base: u64, offset: u64, data: &[u8])

Source from the content-addressed store, hash-verified

1889 }
1890
1891 fn write(&mut self, base: u64, offset: u64, data: &[u8]) -> Option<Arc<Barrier>> {
1892 self.write_bar(base, offset, data)
1893 }
1894}
1895
1896// Offset of the 16-bit status register in the PCI configuration space.

Callers

nothing calls this directly

Calls 1

write_barMethod · 0.45

Tested by

no test coverage detected