Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ as_raw_fd
Method
as_raw_fd
vmm/src/lib.rs:336–338 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
334
335
impl AsRawFd for EpollContext {
336
fn as_raw_fd(&self) -> RawFd {
337
self.epoll_file.as_raw_fd()
338
}
339
}
340
341
pub struct PciDeviceInfo {
Callers
15
map_mmio_regions
Method · 0.45
dma_map
Method · 0.45
enable_irq
Method · 0.45
map
Method · 0.45
mmap
Method · 0.45
expand_fdtable
Function · 0.45
create_loop_device
Function · 0.45
test_snapshot_restore_with_fd
Function · 0.45
test_windows_guest
Function · 0.45
test_windows_guest_multiple_queues
Function · 0.45
test_windows_guest_snapshot_restore
Function · 0.45
test_windows_guest_qcow2_backing_direct
Function · 0.45
Calls
no outgoing calls
Tested by
7
create_loop_device
Function · 0.36
test_snapshot_restore_with_fd
Function · 0.36
test_windows_guest
Function · 0.36
test_windows_guest_multiple_queues
Function · 0.36
test_windows_guest_snapshot_restore
Function · 0.36
test_windows_guest_qcow2_backing_direct
Function · 0.36
test_config_validation
Function · 0.36