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
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
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