From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1augtI-00087F-QN for qemu-devel@nongnu.org; Mon, 25 Apr 2016 09:49:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1augtE-0007Ha-6H for qemu-devel@nongnu.org; Mon, 25 Apr 2016 09:49:32 -0400 Received: from mail-pf0-x22b.google.com ([2607:f8b0:400e:c00::22b]:35763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1augtD-0007HF-N8 for qemu-devel@nongnu.org; Mon, 25 Apr 2016 09:49:28 -0400 Received: by mail-pf0-x22b.google.com with SMTP id n1so68574594pfn.2 for ; Mon, 25 Apr 2016 06:49:26 -0700 (PDT) References: <1461568306-14624-1-git-send-email-zhaoshenglong@huawei.com> <1461568306-14624-4-git-send-email-zhaoshenglong@huawei.com> <20160425124232.zdjgvmwrykkrouas@hawk.localdomain> From: Shannon Zhao Message-ID: <571E205E.3040508@linaro.org> Date: Mon, 25 Apr 2016 21:49:18 +0800 MIME-Version: 1.0 In-Reply-To: <20160425124232.zdjgvmwrykkrouas@hawk.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 3/3] hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , Shannon Zhao Cc: qemu-arm@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org, peter.huangpeng@huawei.com On 2016年04月25日 20:42, Andrew Jones wrote: > On Mon, Apr 25, 2016 at 03:11:46PM +0800, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > Add PMU IRQ number in ACPI table, then we can use PMU in guest through >> > ACPI. >> > >> > Signed-off-by: Shannon Zhao >> > Reviewed-by: Andrew Jones >> > --- >> > hw/arm/virt-acpi-build.c | 3 +++ >> > 1 file changed, 3 insertions(+) > Question: for testing of this, did you use > https://lkml.org/lkml/2016/4/12/755 ? Actually I didn't test PMU with ACPI since I didn't notice the patch series you point out and it's very obvious for QEMU changes(adding irq flag and irq number in GICC). I will have a test later. Thanks, -- Shannon