From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Raspl Subject: [PATCH v1 00/19] tools/kvm_stat: More misc patches Date: Wed, 7 Jun 2017 21:08:24 +0200 Message-ID: <20170607190843.76869-1-raspl@linux.vnet.ibm.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com, frankja@linux.vnet.ibm.com To: kvm@vger.kernel.org Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:59379 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751987AbdFGTJl (ORCPT ); Wed, 7 Jun 2017 15:09:41 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v57J8o9a090101 for ; Wed, 7 Jun 2017 15:09:40 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0a-001b2d01.pphosted.com with ESMTP id 2axqcn010k-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 07 Jun 2017 15:09:40 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 7 Jun 2017 20:09:38 +0100 Sender: kvm-owner@vger.kernel.org List-ID: There were leftovers from the previous patch series as suggested by Radim, so I set out to fix these. Then I got a bit carried away... Stefan Raspl (19): tools/kvm_stat: fix typo tools/kvm_stat: fix event counts display for interrupted intervals tools/kvm_stat: fix undue use of initial sleeptime tools/kvm_stat: remove unnecessary header redraws tools/kvm_stat: simplify line print logic tools/kvm_stat: removed unused function tools/kvm_stat: remove extra statement tools/kvm_stat: simplify initializers tools/kvm_stat: move functions to corresponding classes tools/kvm_stat: show cursor in selection screens tools/kvm_stat: display message indicating lack of events tools/kvm_stat: make heading look a bit more like 'top' tools/kvm_stat: rename 'Current' column to 'CurAvg/s' tools/kvm_stat: add new interactive command 'h' tools/kvm_stat: add new interactive command 's' tools/kvm_stat: add new interactive command 't' tools/kvm_stat: add new interactive command 'o' tools/kvm_stat: add new interactive command 'b' tools/kvm_stat: display guest list in pid/guest selection screens tools/kvm/kvm_stat/kvm_stat | 652 +++++++++++++++++++++++++--------------- tools/kvm/kvm_stat/kvm_stat.txt | 10 + 2 files changed, 422 insertions(+), 240 deletions(-) -- 2.11.2