Re: [PATCH] WHPX: Use proper synchronization primitives while processing

2020-03-03 Thread Paolo Bonzini
On 24/02/20 20:27, Sunil Muthuswamy wrote: > WHPX wasn't using the proper synchronization primitives while > processing async events, which can cause issues with SMP. > > Signed-off-by: Sunil Muthuswamy > --- > target/i386/whpx-all.c | 17 +++-- > 1 file changed, 7 insertions(+), 10

RE: [PATCH] WHPX: Use proper synchronization primitives while processing

2020-03-02 Thread Sunil Muthuswamy
> -Original Message- > From: Sunil Muthuswamy > Sent: Monday, February 24, 2020 11:28 AM > To: Paolo Bonzini ; Richard Henderson > ; Eduardo Habkost > Cc: qemu-devel@nongnu.org; Stefan Weil ; Justin Terry (SF) > > Subject: [PATCH] WHPX: Use proper synchron

[PATCH] WHPX: Use proper synchronization primitives while processing

2020-02-24 Thread Sunil Muthuswamy
WHPX wasn't using the proper synchronization primitives while processing async events, which can cause issues with SMP. Signed-off-by: Sunil Muthuswamy --- target/i386/whpx-all.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/target/i386/whpx-all.c b/targe