Re: [Qemu-devel] [PATCH 12/35] hax: access cpu->interrupt_request with atomics

2018-09-19 Thread Philippe Mathieu-Daudé
On 9/17/18 6:30 PM, Emilio G. Cota wrote: > I am not familiar with hax, so I opted for the safe > (and slow) route of performing probably many unnecessary > atomic_reads. > > Cc: Richard Henderson > Cc: Eduardo Habkost > Signed-off-by: Emilio G. Cota Reviewed-by: Philippe Mathieu-Daudé > ---

[Qemu-devel] [PATCH 12/35] hax: access cpu->interrupt_request with atomics

2018-09-17 Thread Emilio G. Cota
I am not familiar with hax, so I opted for the safe (and slow) route of performing probably many unnecessary atomic_reads. Cc: Richard Henderson Cc: Eduardo Habkost Signed-off-by: Emilio G. Cota --- target/i386/hax-all.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-)