mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
i386/tdx: Remove the redundant qemu_mutex_init(&tdx->lock)
Commit40da501d89("i386/tdx: handle TDG.VP.VMCALL<GetQuote>") added redundant qemu_mutex_init(&tdx->lock) in tdx_guest_init by mistake. Fix it by removing the redundant one. Fixes:40da501d89("i386/tdx: handle TDG.VP.VMCALL<GetQuote>") Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Link: https://lore.kernel.org/r/20250717103707.688929-1-xiaoyao.li@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
5fe6b9a854
commit
f64832033d
@@ -1527,8 +1527,6 @@ static void tdx_guest_init(Object *obj)
|
||||
tdx_guest_set_qgs,
|
||||
NULL, NULL);
|
||||
|
||||
qemu_mutex_init(&tdx->lock);
|
||||
|
||||
tdx->event_notify_vector = -1;
|
||||
tdx->event_notify_apicid = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user