Re: [Qemu-devel] [PATCH 0/5] build fixes for --disable-tcg

2017-10-30 Thread Philippe Mathieu-Daudé
Hi Thomas, On 10/30/2017 05:05 AM, Thomas Huth wrote: > Compiling with --disable-tcg works fine for me with the latest master > branch as of today, on both x86 and s390x. Are you sure that these > patches are still required? I guess I didn't pulled /master early enough so I missed Peter's merge.

Re: [Qemu-devel] [PATCH 0/5] build fixes for --disable-tcg

2017-10-30 Thread Thomas Huth
On 30.10.2017 04:05, Philippe Mathieu-Daudé wrote: > Hi, > > This series add missing stubs (as suggested by Eduardo in [1]) to build > the i386/s390x targets with --disable-tcg (the only targets building without > TCG so far). Compiling with --disable-tcg works fine for me with the latest master

[Qemu-devel] [PATCH 0/5] build fixes for --disable-tcg

2017-10-29 Thread Philippe Mathieu-Daudé
Hi, This series add missing stubs (as suggested by Eduardo in [1]) to build the i386/s390x targets with --disable-tcg (the only targets building without TCG so far). For git workflow ease, I split by offending commit (so one can branch from this particular commit and cherry-pick the corresponding