From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri6dd-0007e2-C9 for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:50:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri6dc-00019h-5r for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:50:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri6db-00019c-Rt for qemu-devel@nongnu.org; Tue, 03 Jan 2012 10:50:56 -0500 Date: Tue, 3 Jan 2012 21:20:41 +0530 From: Amit Shah Message-ID: <20120103155041.GC4536@amit.redhat.com> References: <20120103154820.GA4536@amit.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120103154820.GA4536@amit.redhat.com> Subject: Re: [Qemu-devel] [PULL] virtio-serial: Fix console failure on unconnected pty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: borntraeger@de.ibm.com, agraf@suse.de, qemu list On (Tue) 03 Jan 2012 [21:18:20], Amit Shah wrote: > 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.. Sorry, that should be git://git.kernel.org/pub/scm/virt/qemu/amit/char.git master Amit