Re: [Qemu-devel] [PATCH 26/67] cpu: replace command line flags with preprocessor

2018-05-03 Thread Thomas Huth
On 04.05.2018 03:01, Michael S. Tsirkin wrote: > On Fri, May 04, 2018 at 02:35:49AM +0200, Thomas Huth wrote: >> On 03.05.2018 21:51, Michael S. Tsirkin wrote: >>> Each target is currently built with a different set of include >>> directories, this is what makes it possible to pull in a separate co

Re: [Qemu-devel] [PATCH 26/67] cpu: replace command line flags with preprocessor

2018-05-03 Thread Michael S. Tsirkin
On Fri, May 04, 2018 at 02:35:49AM +0200, Thomas Huth wrote: > On 03.05.2018 21:51, Michael S. Tsirkin wrote: > > Each target is currently built with a different set of include > > directories, this is what makes it possible to pull in a separate copy > > of cpu.h depending on the target. > > > >

Re: [Qemu-devel] [PATCH 26/67] cpu: replace command line flags with preprocessor

2018-05-03 Thread Thomas Huth
On 03.05.2018 21:51, Michael S. Tsirkin wrote: > Each target is currently built with a different set of include > directories, this is what makes it possible to pull in a separate copy > of cpu.h depending on the target. > > Replace with per-target ifdefs which are easier to understand. > > Signe

Re: [Qemu-devel] [PATCH 26/67] cpu: replace command line flags with preprocessor

2018-05-03 Thread Eric Blake
On 05/03/2018 02:51 PM, Michael S. Tsirkin wrote: Each target is currently built with a different set of include directories, this is what makes it possible to pull in a separate copy of cpu.h depending on the target. Replace with per-target ifdefs which are easier to understand. Signed-off-by:

[Qemu-devel] [PATCH 26/67] cpu: replace command line flags with preprocessor

2018-05-03 Thread Michael S. Tsirkin
Each target is currently built with a different set of include directories, this is what makes it possible to pull in a separate copy of cpu.h depending on the target. Replace with per-target ifdefs which are easier to understand. Signed-off-by: Michael S. Tsirkin --- include/cpu.h | 2 ++ 1 fi