cloud-hypervisor/hypervisor/src
Rob Bradford cb5aaca809 hypervisor, vmm: Remove inner Mutex protecting VcpuFd
This was added in 7be69edf51 to deal with
changes to the KVM bindings that made run() and set_immediate_exit()
take &mut self. Instead adopt a Box<> value in Vcpu allowing the removal
of this internal Mutex.

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2025-10-24 13:13:12 +00:00
..
arch build: treewide: clippy: collapse nested ifs, use let chains 2025-09-10 18:35:38 +00:00
kvm hypervisor, vmm: Remove inner Mutex protecting VcpuFd 2025-10-24 13:13:12 +00:00
mshv hypervisor, vmm: Remove inner Mutex protecting VcpuFd 2025-10-24 13:13:12 +00:00
cpu.rs hypervisor, vmm: Remove inner Mutex protecting VcpuFd 2025-10-24 13:13:12 +00:00
device.rs misc: hypervisor: streamline error Display::fmt() 2025-06-13 19:55:54 +00:00
hypervisor.rs vmm: hypervisor: simplify VM creation API 2025-09-17 16:40:10 +00:00
lib.rs vmm: hypervisor: simplify VM creation API 2025-09-17 16:40:10 +00:00
vm.rs hypervisor, vmm: Remove inner Mutex protecting VcpuFd 2025-10-24 13:13:12 +00:00