From: Amit Shah <amit.shah@redhat.com>
To: qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org,
kvm@vger.kernel.org
Subject: [Qemu-devel] Multiple port support for virtio-console
Date: Thu, 3 Sep 2009 18:23:29 +0530 [thread overview]
Message-ID: <1251982412-11870-1-git-send-email-amit.shah@redhat.com> (raw)
Hello all,
Here is a new iteration of the patch series that implements a
transport for guest and host communications.
I've tested for compatibility (old qemu & new kernel, new qemu & old
kernel, new qemu & new kernel) and it all works fine*.
There are a few items on my todo list but this works well.
New since last send:
- live migration support**
- write path in the guest driver can now be called from irq context
TODO:
- Convert all config writes to little endian in qemu / convert from
little endian to host endian in guest
- Address a few FIXMEs spread in the code
- Introduce a watermark to stop a rogue host process flooding guest
with data
Conditions:
* Heavy IO on an hvc port and a non-hvc port causes memory corruption
each time, same place. It could be realted to locking but I doubt
that. This still has to be sorted out
** qemu now caches buffers till a char device is opened or till an
entire write request is not received in userspace. These buffers
aren't yet migrated.
Please review.
Amit
next reply other threads:[~2009-09-03 12:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-03 12:53 Amit Shah [this message]
2009-09-03 12:53 ` [Qemu-devel] [PATCH 1/1] virtio_console: Add interface for guest and host communication Amit Shah
2009-09-03 12:53 ` [Qemu-devel] [PATCH 1/2] char: Emit 'OPENED' events on char device open Amit Shah
2009-09-03 12:53 ` [Qemu-devel] [PATCH 2/2] virtio-console: Add interface for generic guest-host communication Amit Shah
[not found] ` <m3ab1c9l6p.fsf@neno.mitica>
2009-09-03 14:26 ` [Qemu-devel] " Amit Shah
2009-09-03 14:42 ` Amit Shah
[not found] ` <m3my5c6omr.fsf@neno.mitica>
2009-09-04 8:37 ` Amit Shah
-- strict thread matches above, loose matches on Subject: below --
2009-09-09 8:11 [Qemu-devel] Multiple Port Support for virtio-console Amit Shah
2009-09-22 16:23 [Qemu-devel] Multiple port support " 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=1251982412-11870-1-git-send-email-amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
--cc=virtualization@lists.linux-foundation.org \
/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).