From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwyT4-0002r4-KG for qemu-devel@nongnu.org; Tue, 08 Mar 2011 10:05:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwySe-00035I-9g for qemu-devel@nongnu.org; Tue, 08 Mar 2011 10:04:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwySe-00034z-1H for qemu-devel@nongnu.org; Tue, 08 Mar 2011 10:04:32 -0500 Message-ID: <4D7645F9.7000909@redhat.com> Date: Tue, 08 Mar 2011 16:06:33 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] Don't allow multiwrites against a block device without underlying medium References: <20110307160104.GW23238@us.ibm.com> In-Reply-To: <20110307160104.GW23238@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Harper Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Am 07.03.2011 17:01, schrieb Ryan Harper: > If the block device has been closed, we no longer have a medium to submit > IO against, check for this before submitting io. This prevents a segfault > further in the code where we dereference elements of the block driver. > > Signed-off-by: Ryan Harper Thanks, applied to the block branch. Kevin