From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGb8-0001hJ-AL for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkGb3-00073q-Uj for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:18 -0500 Received: from mail-tul01m020-f173.google.com ([209.85.214.173]:63203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGb3-00073l-R2 for qemu-devel@nongnu.org; Mon, 09 Jan 2012 09:53:13 -0500 Received: by obcwp18 with SMTP id wp18so4502131obc.4 for ; Mon, 09 Jan 2012 06:53:13 -0800 (PST) Message-ID: <4F0AFF54.7060607@codemonkey.ws> Date: Mon, 09 Jan 2012 08:53:08 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20120104073459.GE21893@amit.redhat.com> In-Reply-To: <20120104073459.GE21893@amit.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2] virtio-serial: Fix console failure on unconnected pty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: borntraeger@de.ibm.com, agraf@suse.de, qemu list On 01/04/2012 01:34 AM, Amit Shah wrote: > Hi, > > Turns out I used the wrong repo dir which caused problems. Corrected > link below. > > This patch fixes a frozen guest on virtio-console output before a pty > is connected. Please pull. > > The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd: > > Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging (2012-01-03 14:39:05 -0600) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git master > > Christian Borntraeger (1): > virtio-console: Fix failure on unconnected pty > > hw/virtio-serial-bus.c | 14 +++++++++++++- > 1 files changed, 13 insertions(+), 1 deletions(-) > > Amit > >