cloud-hypervisor/hypervisor/src
Rob Bradford 239f422203 hypervisor: x86: emulator: Remove unncessary mut from reference
warning: this argument is a mutable reference, but not used mutably
  --> hypervisor/src/arch/x86/emulator/instructions/mod.rs:22:15
   |
22 |     platform: &mut dyn PlatformEmulator<CpuState = T>,
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider changing to: `&dyn PlatformEmulator<CpuState = T>`
   |
   = note: this is cfg-gated and may require further changes
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2023-08-22 12:01:54 +01:00
..
arch hypervisor: x86: emulator: Remove unncessary mut from reference 2023-08-22 12:01:54 +01:00
kvm hypervisor, vmm: Limit max number of vCPUs to hypervisor maximum 2023-04-22 10:35:39 +01:00
mshv hypervisor: mshv: handle APIC EOI message 2023-08-21 17:20:05 -07:00
cpu.rs hyperivsor: Add infrastructure to determine CPU vendor 2023-05-31 23:54:33 +02:00
device.rs hypervisor, vmm: use new vfio-ioctls 2022-07-21 23:37:53 +01:00
hypervisor.rs hyperivsor: Add infrastructure to determine CPU vendor 2023-05-31 23:54:33 +02:00
lib.rs x86 emulator: add Mov_moffs_AX & Mov_AX_moffs (16,32,64) 2023-08-01 20:14:10 +01:00
vm.rs hypervisor: Support compiling "tdx" and "mshv" feature together 2022-09-27 14:30:49 +01:00