cloud-hypervisor/vmm
Bo Chen aa6e83126c vmm: tdx: Fix a deadlock while accessing vm_config
The lock to `vm_config` is held for accessing `cpus.kvm_hyperv` passing
as a reference to `arch::generate_common_cpuid()`, so acquiring the same
lock again while calling to the same function is a deadlock.

Fixes: 3793ffe888

Reported-by: Yi Wang <foxywang@tencent.com>
Signed-off-by: Bo Chen <chen.bo@intel.com>
2023-10-17 19:41:33 +01:00
..
src vmm: tdx: Fix a deadlock while accessing vm_config 2023-10-17 19:41:33 +01:00
Cargo.toml build: Bump zerocopy from 0.7.1 to 0.7.8 2023-10-10 00:17:50 +00:00