Re: [Qemu-devel] [PATCH v4 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS

2014-03-18 Thread Michael S. Tsirkin
On Fri, Mar 14, 2014 at 04:33:55PM -0300, Eduardo Habkost wrote: > Also, document what the macro is really useful for. > > Signed-off-by: Eduardo Habkost > Reviewed-by: Laszlo Ersek This breaks full build: CChw/ide/macio.o In file included from hw/ide/macio.c:26:0: ./hw/ppc/mac.h:34:0: er

Re: [Qemu-devel] [PATCH v4 6/7] vl.c: Rename MAX_CPUMASK_BITS to MAX_CPUS

2014-03-18 Thread Eduardo Habkost
On Fri, Mar 14, 2014 at 04:33:55PM -0300, Eduardo Habkost wrote: > Also, document what the macro is really useful for. > > Signed-off-by: Eduardo Habkost > Reviewed-by: Laszlo Ersek Michal noted that this broke build. I hadn't noticed that MAX_CPUS was already defined on some hardware-specific