qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] virtio-serial: Flow control


From: Amit Shah
Subject: [Qemu-devel] [PATCH 0/3] virtio-serial: Flow control
Date: Tue, 11 Jan 2011 16:54:31 +0530

Hello,

This patchset adds support for virtio-serial flow control.  This is a
rework of the method used earlier.  The new method doesn't copy over
the entire guest buffers to host, instead it uses the guest buffer and
adds some state to the port struct.

save/restore support for the new state is to be done.  That involves
saving/restoring items from the VirtQueueElement struct, which needs a
bit of work.

Amit Shah (3):
  virtio-serial: Let virtio-serial-bus know if all data was consumed
  virtio-serial: Add support for flow control
  virtio-console: Enable port throttling when chardev is slow to
    consume data

 hw/virtio-console.c    |   15 ++++++++++++-
 hw/virtio-serial-bus.c |   50 +++++++++++++++++++++++++++++++++++++----------
 hw/virtio-serial.h     |   24 ++++++++++++++++++++--
 3 files changed, 73 insertions(+), 16 deletions(-)

-- 
1.7.3.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]