/cloud-hypervisor/vmm/src/api/ |
H A D | mod.rs | 265 Empty, enumerator 396 ApiResponsePayload::Empty => None, in get_response_body() 726 .map(|_| ApiResponsePayload::Empty); in request() 765 .map(|_| ApiResponsePayload::Empty); in request() 835 .map(|_| ApiResponsePayload::Empty); in request() 870 .map(|_| ApiResponsePayload::Empty); in request() 941 .map(|_| ApiResponsePayload::Empty); in request() 974 .map(|_| ApiResponsePayload::Empty); in request() 1007 .map(|_| ApiResponsePayload::Empty); in request() 1040 .map(|_| ApiResponsePayload::Empty); in request() [all …]
|
/cloud-hypervisor/docs/ |
H A D | io_throttling.md | 24 the amount of tokens available. Once the token bucket is empty, 31 empty, it will stop I/O operations for a fixed amount of time
|
H A D | live_migration.md | 81 On the receiver side, we prepare an empty VM: 141 On the receiver side, we prepare an empty VM:
|
H A D | windows.md | 39 Create an empty image file, `raw` is supported.
|
/cloud-hypervisor/vm-migration/src/ |
H A D | lib.rs | 107 /// Leaves will typically have an empty snapshots map, while nodes usually 108 /// carry an empty snapshot_data. 113 /// would carry an empty snapshots map but a map of SnapshotData, i.e.
|
/cloud-hypervisor/vmm/src/ |
H A D | landlock.rs | 50 "Access cannot be empty".to_string(), in try_from() 54 let mut access = BitFlags::<AccessFs>::empty(); in try_from()
|
H A D | acpi.rs | 762 // Only created if the NUMA nodes list is not empty. in create_acpi_tables() 867 // Only created if the NUMA nodes list is not empty. in create_acpi_tables_tdx()
|
H A D | serial_manager.rs | 276 [epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in start_thread()
|
/cloud-hypervisor/vmm/src/igvm/ |
H A D | loader.rs | 87 // some data or empty, empty does not mean there is no data, in import_pages()
|
H A D | igvm_loader.rs | 184 // TODO: only 4k or empty page data supported right now in load_igvm()
|
/cloud-hypervisor/scripts/ |
H A D | package-consistency-check.py | 74 print("Error: Metadata is empty")
|
/cloud-hypervisor/virtio-devices/src/vsock/csm/ |
H A D | txbuf.rs | 109 // It's safe to unwrap here, since we've already checked if the buffer was empty. in flush_to() 128 // needed, since checking for an empty buffer is the first thing we do in this in flush_to()
|
H A D | mod.rs | 119 /// Check if the set is empty.
|
H A D | connection.rs | 294 "vsock: dropping empty data packet from guest (lp={}, pp={}", in send_pkt() 416 let mut evset = epoll::Events::empty(); in get_polled_evset() 604 // The TX buffer is empty, so we can try to write straight to the host stream. in send_bytes()
|
/cloud-hypervisor/virtio-devices/src/ |
H A D | epoll_helper.rs | 172 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in run_with_timeout() 259 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); EPOLL_EVENTS_LEN]; in run_with_timeout()
|
H A D | console.rs | 197 * queue. One or more empty buffers are placed by the 199 * we place the input data to these empty buffers.
|
/cloud-hypervisor/serial_buffer/src/ |
H A D | lib.rs | 60 // If after flushing the buffer, it's still not empty, that means in write()
|
/cloud-hypervisor/tpm/src/ |
H A D | lib.rs | 127 // return an empty Buffer in ptm_to_request() 188 // return an empty Buffer in ptm_to_request()
|
/cloud-hypervisor/virtio-devices/src/vsock/unix/ |
H A D | muxer_rxq.rs | 134 /// Check if the queue is empty.
|
H A D | muxer_killq.rs | 128 /// Check if the kill queue is empty, obviously.
|
H A D | muxer.rs | 146 // queue is empty, that doesn't necessarily mean we don't have any pending RX, since in recv_pkt() 310 let mut epoll_events = vec![epoll::Event::new(epoll::Events::empty(), 0); 32]; in notify() 629 epoll::Event::new(epoll::Events::empty(), 0), in remove_listener() 784 // returning an empty event set via `get_polled_fd()`), but now wants back in. in apply_conn_mutation() 1308 // The queue should now be empty, but out-of-sync, so the muxer should report it has some in test_muxer_rxq()
|
/cloud-hypervisor/fuzz/fuzz_targets/ |
H A D | net.rs | 258 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); 3];
|
H A D | http_api.rs | 295 let mut events = vec![epoll::Event::new(epoll::Events::empty(), 0); 2]; in http_receiver_stub()
|
/cloud-hypervisor/vm-device/src/ |
H A D | bus.rs | 124 /// Constructs an a bus with an empty address space.
|
/cloud-hypervisor/pci/src/ |
H A D | bus.rs | 60 /// Create an empty PCI root bridge.
|