Re: [Qemu-devel] [PATCH v2 0/2] hw/arm/virt: max-cpus init/check fixup

2015-10-23 Thread Peter Maydell
On 18 October 2015 at 18:35, Andrew Jones wrote: > Changes from v1 > . drop the RFC patch "arm_gic_common.h: add gicv2 aliases for defines" [Peter] > . add a patch to cleanup vl.c's max-cpu error message a little [Drew] > . cleanup mach-virt's new error message [Peter] > . make the error message e

Re: [Qemu-devel] [PATCH v2 0/2] hw/arm/virt: max-cpus init/check fixup

2015-10-19 Thread Laszlo Ersek
On 10/18/15 19:35, Andrew Jones wrote: > Changes from v1 > . drop the RFC patch "arm_gic_common.h: add gicv2 aliases for defines" [Peter] > . add a patch to cleanup vl.c's max-cpu error message a little [Drew] > . cleanup mach-virt's new error message [Peter] > . make the error message exactly like

[Qemu-devel] [PATCH v2 0/2] hw/arm/virt: max-cpus init/check fixup

2015-10-18 Thread Andrew Jones
Changes from v1 . drop the RFC patch "arm_gic_common.h: add gicv2 aliases for defines" [Peter] . add a patch to cleanup vl.c's max-cpu error message a little [Drew] . cleanup mach-virt's new error message [Peter] . make the error message exactly like vl's cleaned up message [Drew] . add a comment t