From: Amit Shah <amit.shah@redhat.com>
To: qemu list <qemu-devel@nongnu.org>
Cc: slash@ac.auone-net.jp, Juan Quintela <quintela@redhat.com>,
Hans de Goede <hdegoede@redhat.com>,
Gerd Hoffmann <kraxel@redhat.com>,
Amit Shah <amit.shah@redhat.com>,
david@gibson.dropbear.id.au
Subject: [Qemu-devel] [PULL] char, virtio-serial, spice
Date: Thu, 28 Apr 2011 13:00:47 +0530 [thread overview]
Message-ID: <cover.1303975203.git.amit.shah@redhat.com> (raw)
Hello,
These are assorted fixes to the char code, big endian handling of
virtio-serial code and addition of a guest open/close notification
for spice to use from virtio-console.
(The git mirror might take a while to show up these patches.)
The following changes since commit a7d3970d0635ebce1412736e7aaf11d387919dc8:
target-arm: Don't update base register on abort in Thumb T1 LDM
(2011-04-27 20:14:34 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/qemu/amit/char.git for-anthony
Alexey Kardashevskiy (1):
virtio-serial: Fix endianness bug in the config space
Amit Shah (1):
char: Detect chardev release by NULL handlers as well as NULL opaque
Hans de Goede (3):
chardev: Allow frontends to notify backends of guest open / close
virtio-console: notify backend of guest open / close
spice-chardev: listen to frontend guest open / close
Kusanagi Kouichi (1):
char: Allow devices to use a single multiplexed chardev.
hw/qdev-properties.c | 4 ++--
hw/virtio-console.c | 18 ++++++++++++++++++
hw/virtio-serial-bus.c | 23 +++++++++++++----------
qemu-char.c | 24 ++++++++++++++++++++++--
qemu-char.h | 6 +++++-
spice-qemu-char.c | 14 ++++++++++++++
6 files changed, 74 insertions(+), 15 deletions(-)
--
1.7.4.4
next reply other threads:[~2011-04-28 7:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-28 7:30 Amit Shah [this message]
2011-04-28 7:30 ` [Qemu-devel] [PATCH 1/6] chardev: Allow frontends to notify backends of guest open / close Amit Shah
2011-04-28 7:30 ` [Qemu-devel] [PATCH 2/6] virtio-console: notify backend " Amit Shah
2011-04-28 7:30 ` [Qemu-devel] [PATCH 3/6] spice-chardev: listen to frontend " Amit Shah
2011-04-28 7:30 ` [Qemu-devel] [PATCH 4/6] char: Allow devices to use a single multiplexed chardev Amit Shah
2011-04-28 7:30 ` [Qemu-devel] [PATCH 5/6] char: Detect chardev release by NULL handlers as well as NULL opaque Amit Shah
2011-04-28 7:30 ` [Qemu-devel] [PATCH 6/6] virtio-serial: Fix endianness bug in the config space Amit Shah
2011-04-28 13:56 ` [Qemu-devel] [PULL] char, virtio-serial, spice Anthony Liguori
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.1303975203.git.amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=hdegoede@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=slash@ac.auone-net.jp \
/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).