From patchwork Tue Jan 3 15:48:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Shah X-Patchwork-Id: 134027 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 5DFB21007D5 for ; Wed, 4 Jan 2012 02:48:47 +1100 (EST) Received: from localhost ([::1]:55506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri6bT-0004h0-V6 for incoming@patchwork.ozlabs.org; Tue, 03 Jan 2012 10:48:43 -0500 Received: from eggs.gnu.org ([140.186.70.92]:57965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri6bN-0004fg-HG for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:48:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri6bJ-0000bK-Dg for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:48:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri6bI-0000bF-U7 for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:48:33 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q03FmSEG028828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 3 Jan 2012 10:48:28 -0500 Received: from localhost (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q03FmMZX009092; Tue, 3 Jan 2012 10:48:27 -0500 Date: Tue, 3 Jan 2012 21:18:20 +0530 From: Amit Shah To: Anthony Liguori Message-ID: <20120103154820.GA4536@amit.redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 209.132.183.28 Cc: borntraeger@de.ibm.com, agraf@suse.de, qemu list Subject: [Qemu-devel] [PULL] virtio-serial: Fix console failure on unconnected pty X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, This patch fixes a frozen guest on virtio-console output before a pty is connected. Please pull. The following changes since commit 8d3bc5178fbc06cdd89c064ae8f44e77c503e91e: Fix qapi code generation wrt parallel build (2011-12-27 09:28:58 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/char.git ..BRANCH.NOT.VERIFIED.. Christian Borntraeger (1): virtio-console: Fix failure on unconnected pty hw/virtio-serial-bus.c | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) Amit