cloud-hypervisor/hypervisor/src
Bo Chen 10ee003d66 misc: Fix beta clippy issues
Fixing the following clippy issue using `cargo clippy --fix`:

error: variables can be used directly in the `format!` string
  --> build.rs:25:27
   |
25 |         version.push_str(&format!("-{}", extra_version));
   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args

Signed-off-by: Bo Chen <bchen@crusoe.ai>
2025-05-14 03:44:12 +00:00
..
arch hypervisor: Set additional partition property for MSHV guest 2025-05-09 16:06:12 +00:00
kvm hypervisor: Basic implementation of setup_regs for MSHV ARM64 guests 2025-04-23 07:42:29 +00:00
mshv misc: Fix beta clippy issues 2025-05-14 03:44:12 +00:00
cpu.rs vmm: hypervisor: Add a new interface to setup GICR for vcpus 2025-05-05 09:57:21 +00:00
device.rs hypervisor, vmm: use new vfio-ioctls 2022-07-21 23:37:53 +01:00
hypervisor.rs hypervisor: use memory size during VM creation 2024-12-12 03:32:22 +00:00
lib.rs hypervisor: Enable MSHV compilation on ARM64 2025-04-16 03:36:12 +00:00
vm.rs build: Bump mshv crates from 0.4.0 to 0.5.0 2025-05-05 17:42:30 +00:00