From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHwO-000222-Tt for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbHwN-0003oG-Ip for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:52 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:61820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbHwN-0003oC-73 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 15:57:51 -0400 Received: by gyg10 with SMTP id 10so2554411gyg.4 for ; Mon, 27 Jun 2011 12:57:50 -0700 (PDT) Message-ID: <4E08E0BB.2080901@codemonkey.ws> Date: Mon, 27 Jun 2011 14:57:47 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110627093727.GA9369@amit-x200.redhat.com> In-Reply-To: <20110627093727.GA9369@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: Fix segfault on start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , Luiz Capitulino On 06/27/2011 04:37 AM, Amit Shah wrote: > Hello, > > This fixes a segfault at startup regression debugged and fixed by > Luiz. Please pull. > > > The following changes since commit f26e428da505709ec03b2ed2c9eb3db82b30bd7b: > > Fix MinGW compilation when --enable-vnc-jpeg is specified (2011-06-26 20:19:38 +0000) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony > > Luiz Capitulino (1): > virtio-serial: Fix segfault on guest boot > > hw/virtio-serial-bus.c | 24 ++++++++++++++---------- > 1 files changed, 14 insertions(+), 10 deletions(-) > > > Amit > >