Re: [Qemu-devel] [PULL v2 00/27] tcg: Add CPUClass::tlb_fill

2019-05-16 Thread Peter Maydell
On Tue, 14 May 2019 at 13:36, Peter Maydell wrote: > > On Fri, 10 May 2019 at 19:54, Richard Henderson > wrote: > > > > Changes in v2: > > > > * Fix --disable-tcg compilation for x86 and s390x. > > I adjusted every target/ that used any CONFIG_TCG in cpu.c. > > but then afterward I see

Re: [Qemu-devel] [PULL v2 00/27] tcg: Add CPUClass::tlb_fill

2019-05-14 Thread Peter Maydell
On Fri, 10 May 2019 at 19:54, Richard Henderson wrote: > > Changes in v2: > > * Fix --disable-tcg compilation for x86 and s390x. > I adjusted every target/ that used any CONFIG_TCG in cpu.c. > but then afterward I see that only x86 and s390x have had > their Makefiles adjusted to mak

Re: [Qemu-devel] [PULL v2 00/27] tcg: Add CPUClass::tlb_fill

2019-05-11 Thread Aleksandar Markovic
On May 10, 2019 8:55 PM, "Richard Henderson" wrote: > > Changes in v2: > > * Fix --disable-tcg compilation for x86 and s390x. > I adjusted every target/ that used any CONFIG_TCG in cpu.c. > but then afterward I see that only x86 and s390x have had > their Makefiles adjusted to make -

[Qemu-devel] [PULL v2 00/27] tcg: Add CPUClass::tlb_fill

2019-05-10 Thread Richard Henderson
Changes in v2: * Fix --disable-tcg compilation for x86 and s390x. I adjusted every target/ that used any CONFIG_TCG in cpu.c. but then afterward I see that only x86 and s390x have had their Makefiles adjusted to make --disable-tcg actually work. * Fix Werror for 64-bit on 32-bit.