Home
last modified time | relevance | path

Searched full:initial (Results 1 – 22 of 22) sorted by relevance

/cloud-hypervisor/arch/src/x86_64/
H A Dlayout.rs30 // Initial GDT/IDT needed to boot kernel
48 /// Initial stack for the boot CPU.
52 // Initial pagetables.
H A Dmod.rs65 /// is to be used to configure the guest initial state.
/cloud-hypervisor/docs/
H A Dlogging.md18 … error (with a non-zero exit code). Generally this should be used during initial construction of t…
22 Users should react to this error by checking their initial VM configuration.
H A Dio_throttling.md18 (`bw_size` bytes), an initial burst size (`bw_one_time_burst`) and an
22 after the initial burst budget is consumed. Consumption from the token
H A Dtracing.md4 the tracing of the initial VM setup.
H A Dlandlock.md6 During initial stages of running, applications can define the set of resources
H A Dmshv.md28 …by the tool that generated the file, used by the loader to construct the initial guest state. The …
/cloud-hypervisor/rate_limiter/src/
H A Dlib.rs30 //! Each token bucket can start off with a `one_time_burst` initial extra capacity
31 //! on top of their `size`. This initial extra credit does not replenish and
32 //! can be used for an initial burst of data.
102 /// configurable capacity, refill-rate and initial burst.
107 // Initial burst size (number of free initial tokens, that can be consumed at no cost)
125 /// milliseconds to go from zero tokens to total capacity. The `one_time_burst` is initial
127 /// for an initial burst of data.
313 /// * `bytes_one_time_burst` - initial extra credit on top of `bytes_total_capacity`,
314 /// that does not replenish and which can be used for an initial burst of data.
318 /// * `ops_one_time_burst` - initial extra credit on top of `ops_total_capacity`,
[all …]
/cloud-hypervisor/vmm/src/igvm/
H A Dmod.rs13 * the initial guest state. The file format also contains measurement
55 /// The page acceptance used for importing pages into the initial launch context of the guest.
/cloud-hypervisor/hypervisor/src/mshv/aarch64/
H A Demulator.rs13 pub map: (u64, u64), // Initial GVA to GPA mapping provided by the hypervisor
/cloud-hypervisor/vmm/src/api/openapi/
H A Dcloud-hypervisor.yaml838 description: The initial size of a token bucket.
845 Defines a token bucket with a maximum capacity (_size_), an initial burst size
849 the initial burst budget is consumed.
/cloud-hypervisor/hypervisor/src/mshv/x86_64/
H A Demulator.rs16 pub map: (u64, u64), // Initial GVA to GPA mapping provided by the hypervisor
/cloud-hypervisor/devices/src/legacy/
H A Dcmos.rs33 /// Constructs a CMOS/RTC device with initial data.
/cloud-hypervisor/vmm/src/
H A Dsigwinch_listener.rs103 // iterator are offset by one due to the initial 0. in close_unused_fds()
H A Dvm.rs579 // The initial TDX configuration must be done before the vCPUs are in new_from_memory_manager()
711 // This initial SEV-SNP configuration must be done immediately after in new_from_memory_manager()
H A Dcpu.rs1816 // In the case of FEAT_LPA and FEAT_LPA2, the initial translation table in translate_gva()
/cloud-hypervisor/
H A Drelease-notes.md321 - [Initial RamFS Support](#initial-ramfs-support)
369 - [Initial direct device assignment support](#initial-direct-device-assignment-support)
2904 ### Initial RamFS Support
2907 be loaded into the guest memory to be used as the kernel initial filesystem.
3143 As an initial requirement for enabling live migration, we added support for
3287 We fixed a major performance issue with our initial VFIO implementation: When
3319 ### Initial direct device assignment support
/cloud-hypervisor/virtio-devices/src/
H A Dballoon.rs112 // Initial each padding bit as 1 in bitmap. in new()
/cloud-hypervisor/hypervisor/src/
H A Dcpu.rs558 /// Return the list of initial MSR entries for a VCPU
/cloud-hypervisor/tests/
H A Dintegration.rs2761 // Check if we can still resize down to the initial 'boot'size in test_user_defined_memory_regions()
5699 // Check the initial RSS is less than 1GiB in test_virtio_balloon_free_page_reporting()
8209 // The timeout increase by n*1+n*2+n*3+..., therefore the initial in wait_for_boot()
8507 // Check the initial number of CPUs the guest sees in test_windows_guest_cpu_hotplug()
8509 // Check the initial number of vcpu threads in the CH process in test_windows_guest_cpu_hotplug()
8582 // Check the initial number of RAM the guest sees in test_windows_guest_ram_hotplug()
/cloud-hypervisor/hypervisor/src/mshv/
H A Dmod.rs1514 /// Return the list of initial MSR entries for a VCPU
/cloud-hypervisor/hypervisor/src/kvm/
H A Dmod.rs2813 /// Return the list of initial MSR entries for a VCPU