From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPu9M-0006Nf-Fr for qemu-devel@nongnu.org; Fri, 27 May 2011 06:20:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPu9L-0000Tt-LQ for qemu-devel@nongnu.org; Fri, 27 May 2011 06:20:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPu9L-0000Tj-Dw for qemu-devel@nongnu.org; Fri, 27 May 2011 06:20:11 -0400 Date: Fri, 27 May 2011 15:50:03 +0530 From: Amit Shah Message-ID: <20110527102003.GC6161@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio-serial updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Alon Levy , qemu list , Markus Armbruster 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 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