Re: [Qemu-devel] [RFC 21/38] target-i386: emulate atomic instructions + barriers using AIE

2015-09-17 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota > --- > aie-helper.c | 3 +- > linux-user/main.c | 4 +- > target-i386/cpu.h | 3 - > target-i386/excp_helper.c | 7 ++ > target-i386/helper.h | 6 +- >

[Qemu-devel] [RFC 21/38] target-i386: emulate atomic instructions + barriers using AIE

2015-08-24 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota c...@braap.org --- aie-helper.c | 3 +- linux-user/main.c | 4 +- target-i386/cpu.h | 3 - target-i386/excp_helper.c | 7 ++ target-i386/helper.h | 6 +- target-i386/mem_helper.c | 39 +++-- target-i386/translate.c