From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElJq-0004jj-QW for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YElJm-0000hY-R6 for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:59:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElJm-0000hN-Kd for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:59:02 -0500 From: Wei Huang Date: Fri, 23 Jan 2015 15:56:00 -0500 Message-Id: <1422046564-10270-1-git-send-email-wei@redhat.com> Subject: [Qemu-devel] [PATCH V3 0/4] kvm_stat update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, peter.maydell@linaro.org This is the third version of kvm_stat patches. Please review. NOTE: I have tested these patches on ARM64 and x86_64 machines. For PPC, the only area been affected is ioctl RESET number (patch 4). Unfortunately I don't have PPC hardware to test them. Thanks, -Wei V3: - fix a comment in patch #4 V2: - fix a typo in VMX exit reason (pointed out by Paolo) - add ioctl RESET function to initialize counters - re-arrange the order of patches V1: - support for ARM aarch64 - update to the latest exit reasons (vmx, svm and userspace) - print errno when syscall fails Wei Huang (4): kvm_stat: Update exit reasons to the latest defintion kvm_stat: Print errno when syscall to perf_event_open() fails kvm_stat: Add aarch64 support kvm_stat: Add RESET support for perf event ioctl scripts/kvm/kvm_stat | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) -- 1.8.3.1