From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtbhG-0001JM-2b for qemu-devel@nongnu.org; Tue, 03 Nov 2015 08:32:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtbhE-00034Z-Mi for qemu-devel@nongnu.org; Tue, 03 Nov 2015 08:32:21 -0500 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:36090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtbhE-00033y-Fm for qemu-devel@nongnu.org; Tue, 03 Nov 2015 08:32:20 -0500 Received: by vkex70 with SMTP id x70so9112922vke.3 for ; Tue, 03 Nov 2015 05:32:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1446285001-7316-1-git-send-email-zhaoshenglong@huawei.com> References: <1446285001-7316-1-git-send-email-zhaoshenglong@huawei.com> From: Peter Maydell Date: Tue, 3 Nov 2015 13:32:00 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] ARM: ACPI: Fix MPIDR value in ACPI table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao Cc: Shannon Zhao , qemu-arm@nongnu.org, QEMU Developers , "Huangpeng (Peter)" On 31 October 2015 at 09:50, Shannon Zhao wrote: > From: Shannon Zhao > > Use mp_affinity of ARMCPU as the CPU MPIDR instead of the CPU index. > > Signed-off-by: Shannon Zhao > --- > This patch is based on below patch. > http://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg06919.html > Applied to target-arm.next, thanks. -- PMM