qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] char, virtio_console: Allow chardevs to be re-used
@ 2011-03-15  9:00 Amit Shah
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Amit Shah @ 2011-03-15  9:00 UTC (permalink / raw)
  To: qemu list; +Cc: Amit Shah, Markus Armbruster, Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-15  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15  9:00 [Qemu-devel] [PATCH 0/2] char, virtio_console: Allow chardevs to be re-used Amit Shah
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

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