qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] virtio-serial: Bug fix, add stats for bytes transferred
@ 2011-09-14  7:29 Amit Shah
  2011-09-14  7:29 ` [Qemu-devel] [PATCH 1/3] virtio-serial-bus: add port arg to discard_vq_data() Amit Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Amit Shah @ 2011-09-14  7:29 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Amit Shah, Juan Quintela, qemu list, Markus Armbruster

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

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

end of thread, other threads:[~2011-09-28  9:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14  7:29 [Qemu-devel] [PATCH 0/3] virtio-serial: Bug fix, add stats for bytes transferred Amit Shah
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).