From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S32KR-0003Pl-VT for qemu-devel@nongnu.org; Thu, 01 Mar 2012 04:29:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S32KL-0000Sb-A4 for qemu-devel@nongnu.org; Thu, 01 Mar 2012 04:29:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S32KL-0000R9-29 for qemu-devel@nongnu.org; Thu, 01 Mar 2012 04:29: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 q219TT6T015717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Mar 2012 04:29:29 -0500 Date: Thu, 1 Mar 2012 14:59:25 +0530 From: Amit Shah Message-ID: <20120301092925.GD2903@amit.redhat.com> References: <1330435867-17860-1-git-send-email-owasserm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1330435867-17860-1-git-send-email-owasserm@redhat.com> Subject: Re: [Qemu-devel] [PATCH] We should check virtio_load return code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: pbonzini@redhat.com, Ulrich Obergfell , qemu-devel@nongnu.org, mst@redhat.com On (Tue) 28 Feb 2012 [15:31:07], Orit Wasserman wrote: > Otherwise we crash on error. A description on how to reproduce the crash would be nice. > Signed-off-by: Orit Wasserman > Signed-off-by: Ulrich Obergfell Acked-by: Amit Shah Amit