All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/19] tools/kvm_stat: More misc patches
@ 2017-06-07 19:08 Stefan Raspl
  2017-06-07 19:08 ` [PATCH v1 01/19] tools/kvm_stat: fix typo Stefan Raspl
                   ` (19 more replies)
  0 siblings, 20 replies; 44+ messages in thread
From: Stefan Raspl @ 2017-06-07 19:08 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, rkrcmar, frankja

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

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2017-06-22  8:51 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07 19:08 [PATCH v1 00/19] tools/kvm_stat: More misc patches Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 01/19] tools/kvm_stat: fix typo Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 02/19] tools/kvm_stat: fix event counts display for interrupted intervals Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 03/19] tools/kvm_stat: fix undue use of initial sleeptime Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 04/19] tools/kvm_stat: remove unnecessary header redraws Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 05/19] tools/kvm_stat: simplify line print logic Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 06/19] tools/kvm_stat: removed unused function Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 07/19] tools/kvm_stat: remove extra statement Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 08/19] tools/kvm_stat: simplify initializers Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 09/19] tools/kvm_stat: move functions to corresponding classes Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 10/19] tools/kvm_stat: show cursor in selection screens Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 11/19] tools/kvm_stat: display message indicating lack of events Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 12/19] tools/kvm_stat: make heading look a bit more like 'top' Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 13/19] tools/kvm_stat: rename 'Current' column to 'CurAvg/s' Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 14/19] tools/kvm_stat: add new interactive command 'h' Stefan Raspl
2017-06-08 16:19   ` Paolo Bonzini
2017-06-20  9:10     ` Stefan Raspl
2017-06-20 12:34       ` Paolo Bonzini
2017-06-07 19:08 ` [PATCH v1 15/19] tools/kvm_stat: add new interactive command 's' Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 16/19] tools/kvm_stat: add new interactive command 't' Stefan Raspl
2017-06-08 16:21   ` Paolo Bonzini
2017-06-20  9:10     ` Stefan Raspl
2017-06-20 12:34       ` Paolo Bonzini
2017-06-20 13:09         ` Stefan Raspl
2017-06-20 13:17           ` Paolo Bonzini
2017-06-20 14:17             ` Stefan Raspl
2017-06-20 14:47               ` Paolo Bonzini
2017-06-21  6:54                 ` Stefan Raspl
2017-06-21 10:37                   ` Paolo Bonzini
2017-06-22  7:46                     ` Stefan Raspl
2017-06-22  7:52                       ` Paolo Bonzini
2017-06-22  8:51                         ` Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 17/19] tools/kvm_stat: add new interactive command 'o' Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 18/19] tools/kvm_stat: add new interactive command 'b' Stefan Raspl
2017-06-08 16:24   ` Paolo Bonzini
2017-06-20  9:10     ` Stefan Raspl
2017-06-20 12:33       ` Paolo Bonzini
2017-06-20 13:07         ` Stefan Raspl
2017-06-20 13:10           ` Paolo Bonzini
2017-06-20 14:41             ` Stefan Raspl
2017-06-20 14:47               ` Paolo Bonzini
2017-06-21  4:51                 ` Stefan Raspl
2017-06-07 19:08 ` [PATCH v1 19/19] tools/kvm_stat: display guest list in pid/guest selection screens Stefan Raspl
2017-06-08 16:25 ` [PATCH v1 00/19] tools/kvm_stat: More misc patches Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.