From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFRi5-0006YQ-Tr for qemu-devel@nongnu.org; Thu, 28 Apr 2011 09:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFRi5-0002nr-2r for qemu-devel@nongnu.org; Thu, 28 Apr 2011 09:56:49 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:42692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFRi5-0002mo-0K for qemu-devel@nongnu.org; Thu, 28 Apr 2011 09:56:49 -0400 Received: by mail-gy0-f173.google.com with SMTP id 4so1164832gyg.4 for ; Thu, 28 Apr 2011 06:56:48 -0700 (PDT) Message-ID: <4DB9721E.4060406@redhat.com> Date: Thu, 28 Apr 2011 08:56:46 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] char, virtio-serial, spice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: slash@ac.auone-net.jp, Juan Quintela , qemu list , Hans de Goede , Gerd Hoffmann , david@gibson.dropbear.id.au On 04/28/2011 02:30 AM, Amit Shah wrote: > 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.) Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >