From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5DjS-0007dA-J7 for qemu-devel@nongnu.org; Fri, 11 Nov 2016 10:27:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5DjP-0001YE-DY for qemu-devel@nongnu.org; Fri, 11 Nov 2016 10:27:10 -0500 References: <1478798481-25030-1-git-send-email-drjones@redhat.com> <1478798481-25030-4-git-send-email-drjones@redhat.com> From: Andre Przywara Message-ID: Date: Fri, 11 Nov 2016 15:27:38 +0000 MIME-Version: 1.0 In-Reply-To: <1478798481-25030-4-git-send-email-drjones@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH v5 03/11] arm/arm64: smp: support more than 8 cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org, alex.bennee@linaro.org, marc.zyngier@arm.com, eric.auger@redhat.com, christoffer.dall@linaro.org Hi, On 10/11/16 17:21, Andrew Jones wrote: > By adding support for launching with gicv3 we can break the 8 vcpu > limit. This patch adds support to smp code and also selects the > vgic model corresponding to the host. The vgic model may also be > manually selected by adding e.g. -machine gic-version=3D3 to > extra_params. >=20 > Reviewed-by: Alex Benn=C3=A9e > Signed-off-by: Andrew Jones >=20 > --- > v5: left cpus a u32 for now. Changing to u64 requires a change to > devicetree. Will do it later. [Andre] Given that we address this in the future: Reviewed-by: Andre Przywara