From: Amit Shah <amit.shah@redhat.com>
To: qemu list <qemu-devel@nongnu.org>
Cc: Amit Shah <amit.shah@redhat.com>,
Juan Quintela <quintela@redhat.com>,
Paul Brook <paul@codesourcery.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] virtio-serial: Flow control
Date: Tue, 11 Jan 2011 16:54:31 +0530 [thread overview]
Message-ID: <cover.1294744905.git.amit.shah@redhat.com> (raw)
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
next reply other threads:[~2011-01-11 11:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 11:24 Amit Shah [this message]
2011-01-11 11:24 ` [Qemu-devel] [PATCH 1/3] virtio-serial: Let virtio-serial-bus know if all data was consumed Amit Shah
2011-01-11 11:24 ` [Qemu-devel] [PATCH 2/3] virtio-serial: Add support for flow control Amit Shah
2011-01-11 11:24 ` [Qemu-devel] [PATCH 3/3] virtio-console: Enable port throttling when chardev is slow to consume data Amit Shah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1294744905.git.amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=kraxel@redhat.com \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).