All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Amit Shah <amit.shah@redhat.com>,
	Juan Quintela <quintela@redhat.com>,
	qemu list <qemu-devel@nongnu.org>,
	Markus Armbruster <armbru@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] virtio-serial: Bug fix, add stats for bytes transferred
Date: Wed, 14 Sep 2011 12:59:04 +0530	[thread overview]
Message-ID: <cover.1315985199.git.amit.shah@redhat.com> (raw)

Hello,

These patches fix one bug (patch 2), and add some stats for bytes
sent, received and discarded, mainly for debugging purposes..  These
stats are shown in the 'info qtree' output.  More details in the
commit logs.

Please apply,


Amit Shah (3):
  virtio-serial-bus: add port arg to discard_vq_data()
  virtio-serial-bus: discard data in already popped-out elem
  virtio-serial-bus: Add per-port stats for received, sent, discarded
    bytes

 hw/virtio-serial-bus.c |   37 +++++++++++++++++++++++++++++++------
 hw/virtio-serial.h     |   11 +++++++++++
 2 files changed, 42 insertions(+), 6 deletions(-)

-- 
1.7.6

             reply	other threads:[~2011-09-14  7:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-14  7:29 Amit Shah [this message]
2011-09-14  7:29 ` [Qemu-devel] [PATCH 1/3] virtio-serial-bus: add port arg to discard_vq_data() Amit Shah
2011-09-14 12:52   ` Markus Armbruster
2011-09-14 13:36     ` Amit Shah
2011-09-14  7:29 ` [Qemu-devel] [PATCH 2/3] virtio-serial-bus: discard data in already popped-out elem Amit Shah
2011-09-14  7:29 ` [Qemu-devel] [PATCH 3/3] virtio-serial-bus: Add per-port stats for received, sent, discarded bytes Amit Shah
2011-09-14 13:07   ` Markus Armbruster
2011-09-28  9:09     ` Amit Shah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1315985199.git.amit.shah@redhat.com \
    --to=amit.shah@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.