From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRP9J-0007e4-8P for qemu-devel@nongnu.org; Tue, 31 May 2011 09:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRP9I-0002S5-Ah for qemu-devel@nongnu.org; Tue, 31 May 2011 09:38:21 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:38683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRP9I-0002Rx-8C for qemu-devel@nongnu.org; Tue, 31 May 2011 09:38:20 -0400 Received: by ywl41 with SMTP id 41so2150358ywl.4 for ; Tue, 31 May 2011 06:38:19 -0700 (PDT) Message-ID: <4DE4EF49.3040005@codemonkey.ws> Date: Tue, 31 May 2011 08:38:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110527102003.GC6161@amit-x200.redhat.com> In-Reply-To: <20110527102003.GC6161@amit-x200.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] virtio-serial updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Alon Levy , qemu list , Markus Armbruster On 05/27/2011 05:20 AM, Amit Shah wrote: > Hello, > > Please pull to get virtio-serial cleanups from Markus and a move to bh > for flushing out throttled data from Alon. (git mirror might take > some time to sync). > > The following changes since commit aa29141d84d58171c2d219f0a4b599bd76fb2e37: > > Merge remote-tracking branch 'kraxel/CVE-2011-1751' into staging (2011-05-25 07:04:13 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Alon Levy (1): > virtio-serial-bus: use bh for unthrottling > > Markus Armbruster (5): > virtio-serial: Plug memory leak on qdev exit() > virtio-serial: Clean up virtconsole detection > virtio-serial: Drop useless property is_console > virtio-serial: Drop redundant VirtIOSerialPort member info > virtio-console: Simplify init callbacks > > hw/virtio-console.c | 47 +++++++++------------------ > hw/virtio-serial-bus.c | 83 ++++++++++++++++++++++++++--------------------- > hw/virtio-serial.h | 11 +++++-- > 3 files changed, 70 insertions(+), 71 deletions(-) > > > Amit > >