From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5Eyb-0004iO-A9 for qemu-devel@nongnu.org; Tue, 24 May 2016 12:14:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5EyV-0000Fz-E6 for qemu-devel@nongnu.org; Tue, 24 May 2016 12:14:37 -0400 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]:36580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5EyU-0000Ff-Rs for qemu-devel@nongnu.org; Tue, 24 May 2016 12:14:31 -0400 Received: by mail-vk0-x235.google.com with SMTP id y2so28318687vka.3 for ; Tue, 24 May 2016 09:14:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1461670846-13196-1-git-send-email-zhaoshenglong@huawei.com> References: <1461670846-13196-1-git-send-email-zhaoshenglong@huawei.com> From: Peter Maydell Date: Tue, 24 May 2016 17:14:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v4 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 , "Huangpeng (Peter)" , Shannon Zhao On 26 April 2016 at 12:40, 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 Applied to target-arm.next, thanks (I fixed some missing braces in patch 3 and fixed up patch 1 to apply on current master which has moved the ARMCPU struct definition). thanks -- PMM