Home
last modified time | relevance | path

Searched full:validate (Results 1 – 18 of 18) sorted by relevance

/cloud-hypervisor/vmm/src/
H A Dconfig.rs651 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
739 pub fn validate(&self) -> ValidationResult<()> { in validate() method
1010 pub fn validate(&self, _vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1189 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1425 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1583 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1653 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1816 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1859 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
1921 pub fn validate(&self, vm_config: &VmConfig) -> ValidationResult<()> { in validate() method
[all …]
H A Dlib.rs1619 .validate(&vm_config.lock().unwrap().clone()) in vm_restore()
1874 // Validate the configuration change in a cloned configuration in vm_add_device()
1877 config.validate().map_err(VmError::ConfigValidation)?; in vm_add_device()
1903 // Validate the configuration change in a cloned configuration in vm_add_user_device()
1906 config.validate().map_err(VmError::ConfigValidation)?; in vm_add_user_device()
1949 // Validate the configuration change in a cloned configuration in vm_add_disk()
1952 config.validate().map_err(VmError::ConfigValidation)?; in vm_add_disk()
1975 // Validate the configuration change in a cloned configuration in vm_add_fs()
1978 config.validate().map_err(VmError::ConfigValidation)?; in vm_add_fs()
2001 // Validate the configuration change in a cloned configuration in vm_add_pmem()
[all …]
H A Dvm.rs216 #[error("Failed to validate config")]
512 .validate() in new_from_memory_manager()
/cloud-hypervisor/.github/workflows/
H A Dopenapi.yaml5 Validate:
10 - name: Validate OpenAPI
14 /usr/local/bin/docker-entrypoint.sh validate -i vmm/src/api/openapi/cloud-hypervisor.yaml
/cloud-hypervisor/scripts/
H A Drun_openapi_tests.sh5 sudo docker run --rm -v "${PWD}":/local openapitools/openapi-generator-cli validate -i /local/vmm/s…
/cloud-hypervisor/scripts/gitlint/rules/
H A DBodyMaxLineLengthEx.py25 def validate(self, line, commit): member in BodyMaxLineLengthEx
H A DTitleStartsWithComponent.py31 def validate(self, line, _commit): member in TitleStartsWithComponent
/cloud-hypervisor/devices/src/
H A Dioapic.rs338 // Validate Destination Mode value, and retrieve Destination ID in update_entry()
353 // Validate Trigger Mode value in update_entry()
360 // Validate Delivery Mode value in update_entry()
/cloud-hypervisor/docs/
H A Dintel_sgx.md40 [KVM SGX Tree](https://github.com/intel/kvm-sgx), you can validate SGX devices
H A Diommu.md33 The virtual IOMMU prevents from this kind of trouble as it will validate the
110 And you can validate the device is the one we expect running `lspci`:
H A Dvhost-user-blk-testing.md7 It's a simple test to validate the block read/write between VM and block backend.
H A Dvhost-user-net-testing.md10 It's a simple test to validate the communication between two virtual machine, connecting them to vh…
/cloud-hypervisor/virtio-devices/src/
H A Dmem.rs195 fn validate(&self) -> result::Result<(), Error> { in validate() method
768 config.validate().map_err(|e| { in new()
/cloud-hypervisor/tests/
H A Dintegration.rs1347 // Here by simply checking the size (through ssh), we validate in test_vhost_user_net()
1906 // Validate vsock works as expected. in _test_virtio_vsock()
1909 // Validate vsock still works after a reboot. in _test_virtio_vsock()
3847 // Simple checks to validate the VM booted properly in test_boot_from_virtio_pmem()
4378 // The third device is added to validate that hotplug works correctly since
4547 // VM, so this is our way to validate hotplug works for VFIO PCI. in test_vfio()
4587 // Perform memory hotplug in L2 and validate the memory is showing in test_vfio()
5307 // And add it back to validate unplug did work correctly. in _test_disk_hotplug()
7567 // Perform same checks to validate VM has been properly restored in _test_snapshot_restore()
7806 // Perform same checks to validate VM has been properly restored in test_snapshot_restore_with_fd()
[all …]
/cloud-hypervisor/block/src/
H A Dlib.rs618 // Check we can register a probe to validate supported operations. in block_io_uring_is_supported()
/cloud-hypervisor/net_util/src/
H A Dtap.rs178 // Let's validate some features before going any further. in open_named()
/cloud-hypervisor/src/
H A Dmain.rs947 // As a second step, we validate all the default values. in test_valid_vm_config_default()
/cloud-hypervisor/
H A Drelease-notes.md1978 * Validate the `virtio-net` descriptor chain (#3548)