/cloud-hypervisor/vmm/src/ |
H A D | config.rs | 651 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 D | lib.rs | 1619 .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 D | vm.rs | 216 #[error("Failed to validate config")] 512 .validate() in new_from_memory_manager()
|
/cloud-hypervisor/.github/workflows/ |
H A D | openapi.yaml | 5 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 D | run_openapi_tests.sh | 5 sudo docker run --rm -v "${PWD}":/local openapitools/openapi-generator-cli validate -i /local/vmm/s…
|
/cloud-hypervisor/scripts/gitlint/rules/ |
H A D | BodyMaxLineLengthEx.py | 25 def validate(self, line, commit): member in BodyMaxLineLengthEx
|
H A D | TitleStartsWithComponent.py | 31 def validate(self, line, _commit): member in TitleStartsWithComponent
|
/cloud-hypervisor/devices/src/ |
H A D | ioapic.rs | 338 // 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 D | intel_sgx.md | 40 [KVM SGX Tree](https://github.com/intel/kvm-sgx), you can validate SGX devices
|
H A D | iommu.md | 33 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 D | vhost-user-blk-testing.md | 7 It's a simple test to validate the block read/write between VM and block backend.
|
H A D | vhost-user-net-testing.md | 10 It's a simple test to validate the communication between two virtual machine, connecting them to vh…
|
/cloud-hypervisor/virtio-devices/src/ |
H A D | mem.rs | 195 fn validate(&self) -> result::Result<(), Error> { in validate() method 768 config.validate().map_err(|e| { in new()
|
/cloud-hypervisor/tests/ |
H A D | integration.rs | 1347 // 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 D | lib.rs | 618 // Check we can register a probe to validate supported operations. in block_io_uring_is_supported()
|
/cloud-hypervisor/net_util/src/ |
H A D | tap.rs | 178 // Let's validate some features before going any further. in open_named()
|
/cloud-hypervisor/src/ |
H A D | main.rs | 947 // As a second step, we validate all the default values. in test_valid_vm_config_default()
|
/cloud-hypervisor/ |
H A D | release-notes.md | 1978 * Validate the `virtio-net` descriptor chain (#3548)
|