Re: [Qemu-devel] [RFC 11/30] target-i386: add atomic helpers

2016-06-27 Thread Emilio G. Cota
On Mon, Jun 27, 2016 at 13:27:35 -0700, Richard Henderson wrote: > On 06/27/2016 12:01 PM, Emilio G. Cota wrote: > >This patch only adds the helpers. Functions to invoke the helpers > >from translated code are generated in subsequent patches. > > > >Signed-off-by: Emilio G. Cota > >--- > > target-

Re: [Qemu-devel] [RFC 11/30] target-i386: add atomic helpers

2016-06-27 Thread Richard Henderson
On 06/27/2016 12:01 PM, Emilio G. Cota wrote: This patch only adds the helpers. Functions to invoke the helpers from translated code are generated in subsequent patches. Signed-off-by: Emilio G. Cota --- target-i386/helper.h | 34 ++ target-i386/mem_helper.c

[Qemu-devel] [RFC 11/30] target-i386: add atomic helpers

2016-06-27 Thread Emilio G. Cota
This patch only adds the helpers. Functions to invoke the helpers from translated code are generated in subsequent patches. Signed-off-by: Emilio G. Cota --- target-i386/helper.h | 34 ++ target-i386/mem_helper.c | 38 ++ ta