From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3juK-000802-JD for qemu-devel@nongnu.org; Wed, 14 Sep 2011 03:29:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3juJ-0005bc-KD for qemu-devel@nongnu.org; Wed, 14 Sep 2011 03:29:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3juJ-0005bP-DI for qemu-devel@nongnu.org; Wed, 14 Sep 2011 03:29:19 -0400 From: Amit Shah Date: Wed, 14 Sep 2011 12:59:04 +0530 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] virtio-serial: Bug fix, add stats for bytes transferred List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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