From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAEQh-00004z-4R for qemu-devel@nongnu.org; Tue, 07 Jun 2016 06:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAEQc-0003Wd-RO for qemu-devel@nongnu.org; Tue, 07 Jun 2016 06:40:15 -0400 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:33963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAEQc-0003WP-No for qemu-devel@nongnu.org; Tue, 07 Jun 2016 06:40:10 -0400 Received: by mail-vk0-x235.google.com with SMTP id e4so100203225vkb.1 for ; Tue, 07 Jun 2016 03:40:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465267577-1808-1-git-send-email-zhaoshenglong@huawei.com> References: <1465267577-1808-1-git-send-email-zhaoshenglong@huawei.com> From: Peter Maydell Date: Tue, 7 Jun 2016 11:39:50 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v5 0/3] Add guest PMU in machine virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shannon Zhao Cc: qemu-arm , QEMU Developers , Andrew Jones , Shannon Zhao , "Huangpeng (Peter)" On 7 June 2016 at 03:46, Shannon Zhao wrote: > From: Shannon Zhao > > KVM-ARM64 supports guest PMU now. This series add the support in machine > virt so that guest could use PMU. > > The ACPI part is tested with below guest kernel patches. > https://lkml.org/lkml/2016/4/12/755 > > Changes since v4: > * fix building failure due to kvm_arm_pmu_create() > * rebase on master > > Changes since v3: > * if kvm_arm_pmu_create returns a failure, don't create pmu dts node for > guest > > Changes since v2: > * address Andrew's comments on PATCH 2, thanks > > Changes since v1: > * rebase on master > * Address Andrew's comments, add a macro PPI, fix code style, add > cpu_to_le32() > > Shannon Zhao (3): > target-arm: kvm64: set guest PMUv3 feature bit if supported > hw/arm/virt: Add PMU node for virt machine > hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table Applied to target-arm.next, thanks. -- PMM