From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Raspl Subject: Re: [PATCH 00/17] tools/kvm_stat: Misc Patches Date: Mon, 6 Mar 2017 09:08:09 +0100 Message-ID: References: <20170220154211.11882-1-raspl@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: pbonzini@redhat.com, rkrcmar@redhat.com, frankja@linux.vnet.ibm.com To: kvm@vger.kernel.org Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:40973 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580AbdCFIIP (ORCPT ); Mon, 6 Mar 2017 03:08:15 -0500 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v2683o8I140892 for ; Mon, 6 Mar 2017 03:08:14 -0500 Received: from e06smtp07.uk.ibm.com (e06smtp07.uk.ibm.com [195.75.94.103]) by mx0a-001b2d01.pphosted.com with ESMTP id 290u3hm2g1-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 06 Mar 2017 03:08:14 -0500 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 6 Mar 2017 08:08:12 -0000 In-Reply-To: <20170220154211.11882-1-raspl@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: *ping* On 20.02.2017 16:41, Stefan Raspl wrote: > Assortment of various fixes and improvements for the kvm_stat utility. > Patches 1-5 are bugfixes. > Patch 6 provides full PEP8 compliance by inserting the required empty > lines. It is included as an extra for easy disposal, since that kind of > patch might be a bit controversial. > There are some subtle aspects regarding patch 7, as its effects might > differ per platform. However, I didn't notice any negative effects, only > improvements. > Patch 8 is a simple doc update. > Patches 9-13 provide usability improvements. > Patches 14-17 add new features. > > Signed-off-by: Stefan Raspl > > --- > > Stefan Raspl (17): > tools/kvm_stat: hide cursor > tools/kvm_stat: catch curses exceptions only > tools/kvm_stat: handle SIGINT in log and batch modes > tools/kvm_stat: fix misc glitches > tools/kvm_stat: fix trace setup glitch on field updates in > TracepointProvider > tools/kvm_stat: full PEP8 compliance > tools/kvm_stat: reduce perceived idle time on filter updates > tools/kvm_stat: document list of interactive commands > tools/kvm_stat: display guest name when using pid filter > tools/kvm_stat: remove pid filter on empty input > tools/kvm_stat: print error messages on faulty pid filter input > tools/kvm_stat: display regex when set to non-default > tools/kvm_stat: remove regex filter on empty input > tools/kvm_stat: add option '--guest' > tools/kvm_stat: add interactive command 'c' > tools/kvm_stat: add interactive command 'r' > tools/kvm_stat: add '%Total' column > > tools/kvm/kvm_stat/kvm_stat | 383 +++++++++++++++++++++++++++++++++------- > tools/kvm/kvm_stat/kvm_stat.txt | 26 +++ > 2 files changed, 343 insertions(+), 66 deletions(-) >