From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atlxo-0002zR-6K for qemu-devel@nongnu.org; Fri, 22 Apr 2016 21:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atlxn-00070K-GM for qemu-devel@nongnu.org; Fri, 22 Apr 2016 21:02:24 -0400 Message-ID: <571AC974.2030601@huawei.com> Date: Sat, 23 Apr 2016 09:01:40 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1458899181-17896-1-git-send-email-zhaoshenglong@huawei.com> <1458899181-17896-2-git-send-email-zhaoshenglong@huawei.com> <20160422134128.tpb52mpl3mlybqff@hawk.localdomain> In-Reply-To: <20160422134128.tpb52mpl3mlybqff@hawk.localdomain> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] target-arm: kvm64: set guest PMUv3 feature bit if supported List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: qemu-arm@nongnu.org, peter.maydell@linaro.org, wei@redhat.com, peter.huangpeng@huawei.com, qemu-devel@nongnu.org, shannon.zhao@linaro.org On 2016/4/22 21:41, Andrew Jones wrote: > On Fri, Mar 25, 2016 at 05:46:19PM +0800, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > Check if kvm supports guest PMUv3. If so, set the corresponding feature >> > bit for vcpu. >> > >> > Signed-off-by: Shannon Zhao >> > --- >> > linux-headers/asm-arm64/kvm.h | 6 ++++++ >> > linux-headers/linux/kvm.h | 2 ++ > The above two files should be updated with their own patch and not > manually. Update with scripts/update-linux-headers.sh > Ok, will use that. Thanks, -- Shannon