From: Amit Shah <amit.shah@redhat.com>
To: qemu list <qemu-devel@nongnu.org>
Cc: Amit Shah <amit.shah@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] char, virtio_console: Allow chardevs to be re-used
Date: Tue, 15 Mar 2011 14:30:27 +0530 [thread overview]
Message-ID: <cover.1300179439.git.amit.shah@redhat.com> (raw)
This series does two things:
- prevents a single chardev to be used by multiple devices at the same
time
- virtio-console/serial ports don't close a chardev, instead free it
for later use by other devices (or a new hot-plugged virtio serial
port).
Please apply.
Amit Shah (2):
virtio-console: Keep chardev open for other users after hot-unplug
char: Prevent multiple devices opening same chardev
hw/qdev-properties.c | 7 ++++++-
hw/virtio-console.c | 6 +++++-
qemu-char.c | 4 ++++
qemu-char.h | 1 +
4 files changed, 16 insertions(+), 2 deletions(-)
--
1.7.4
next reply other threads:[~2011-03-15 9:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-15 9:00 Amit Shah [this message]
2011-03-15 9:00 ` [Qemu-devel] [PATCH 1/2] virtio-console: Keep chardev open for other users after hot-unplug Amit Shah
2011-03-15 9:00 ` [Qemu-devel] [PATCH 2/2] char: Prevent multiple devices opening same chardev 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.1300179439.git.amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.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).