From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb8G9-000809-T3 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb8G8-0005Uu-3o for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:37:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb8G7-0005UQ-M4 for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:37:35 -0400 Date: Mon, 27 Jun 2011 15:07:27 +0530 From: Amit Shah Message-ID: <20110627093727.GA9369@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio-serial: Fix segfault on start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu list , Luiz Capitulino 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) 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