Re: [PATCH] target/i386: tdx: fix locking for interrupt injection

2025-07-17 Thread Xiaoyao Li
On 7/17/2025 6:39 PM, Paolo Bonzini wrote: Take tdx_guest->lock when injecting the event notification interrupt into the guest. Fixes CID 1612364. Reported-by: Peter Maydell Cc: Xiaoyao Li Signed-off-by: Paolo Bonzini Reviewed-by: Xiaoyao Li --- target/i386/kvm/tdx.c | 10 +++---

[PATCH] target/i386: tdx: fix locking for interrupt injection

2025-07-17 Thread Paolo Bonzini
Take tdx_guest->lock when injecting the event notification interrupt into the guest. Fixes CID 1612364. Reported-by: Peter Maydell Cc: Xiaoyao Li Signed-off-by: Paolo Bonzini --- target/i386/kvm/tdx.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/target/i386/k