Re: [Qemu-devel] [PATCH 1/3] virtio-serial-bus: add port arg to discard_vq_data()

2011-09-14 Thread Amit Shah
On (Wed) 14 Sep 2011 [14:52:50], Markus Armbruster wrote: > Amit Shah writes: > > > To discard throttled data as well as maintain statistics of bytes > > received and discarded, discard_vq_data() will need the port associated > > with the vq. > > > > Signed-off-by: Amit Shah > > --- > > hw/virt

Re: [Qemu-devel] [PATCH 1/3] virtio-serial-bus: add port arg to discard_vq_data()

2011-09-14 Thread Markus Armbruster
Amit Shah writes: > To discard throttled data as well as maintain statistics of bytes > received and discarded, discard_vq_data() will need the port associated > with the vq. > > Signed-off-by: Amit Shah > --- > hw/virtio-serial-bus.c |9 + > 1 files changed, 5 insertions(+), 4 dele

[Qemu-devel] [PATCH 1/3] virtio-serial-bus: add port arg to discard_vq_data()

2011-09-14 Thread Amit Shah
To discard throttled data as well as maintain statistics of bytes received and discarded, discard_vq_data() will need the port associated with the vq. Signed-off-by: Amit Shah --- hw/virtio-serial-bus.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hw/virtio-se