From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE2fY-0001MS-KJ for qemu-devel@nongnu.org; Wed, 21 Jan 2015 16:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YE2fV-0002Ve-Bs for qemu-devel@nongnu.org; Wed, 21 Jan 2015 16:18:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YE2fV-0002VY-6e for qemu-devel@nongnu.org; Wed, 21 Jan 2015 16:18:29 -0500 From: Wei Huang Date: Wed, 21 Jan 2015 16:15:28 -0500 Message-Id: <1421874931-4143-1-git-send-email-wei@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] kvm_stat update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, pbonzini@redhat.com This patch set updates kvm_stat with the following new features: * support for ARM aarch64 * the latest exit reasons (vmx, svm and userspace) * print errno when syscall fails Thanks, -Wei *** BLURB HERE *** Wei Huang (3): kvm_stat: Add aarch64 support kvm_stat: Update exit reasons to the latest defintion kvm_stat: Print errno when syscall to perf_event_open() fails scripts/kvm/kvm_stat | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -- 1.8.3.1