Re: [Qemu-devel] [RFC v6 12/14] softmmu: Simplify helper_*_st_name, wrap RAM code

2015-12-17 Thread Alex Bennée
alvise rigo writes: > On Thu, Dec 17, 2015 at 5:52 PM, Alex Bennée wrote: >> >> Alvise Rigo writes: >> >>> Attempting to simplify the helper_*_st_name, wrap the code relative to a >>> RAM access into an inline function. >> >> This commit breaks a default x86_64-softmmu build: > > I see. Would

Re: [Qemu-devel] [RFC v6 12/14] softmmu: Simplify helper_*_st_name, wrap RAM code

2015-12-17 Thread alvise rigo
On Thu, Dec 17, 2015 at 5:52 PM, Alex Bennée wrote: > > Alvise Rigo writes: > >> Attempting to simplify the helper_*_st_name, wrap the code relative to a >> RAM access into an inline function. > > This commit breaks a default x86_64-softmmu build: I see. Would these three commits make more sense

Re: [Qemu-devel] [RFC v6 12/14] softmmu: Simplify helper_*_st_name, wrap RAM code

2015-12-17 Thread Alex Bennée
Alvise Rigo writes: > Attempting to simplify the helper_*_st_name, wrap the code relative to a > RAM access into an inline function. This commit breaks a default x86_64-softmmu build: CCx86_64-softmmu/../hw/audio/pcspk.o In file included from /home/alex/lsrc/qemu/qemu.git/cputlb.c:527:0:

[Qemu-devel] [RFC v6 12/14] softmmu: Simplify helper_*_st_name, wrap RAM code

2015-12-14 Thread Alvise Rigo
Attempting to simplify the helper_*_st_name, wrap the code relative to a RAM access into an inline function. Suggested-by: Jani Kokkonen Suggested-by: Claudio Fontana Signed-off-by: Alvise Rigo --- softmmu_template.h | 110 + 1 file changed,