From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3mY1-0004f7-6m for qemu-devel@nongnu.org; Mon, 19 Apr 2010 04:41:41 -0400 Received: from [140.186.70.92] (port=55427 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3mXy-0004ei-6k for qemu-devel@nongnu.org; Mon, 19 Apr 2010 04:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3mXw-0001vA-De for qemu-devel@nongnu.org; Mon, 19 Apr 2010 04:41:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37692) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3mXw-0001v4-5Q for qemu-devel@nongnu.org; Mon, 19 Apr 2010 04:41:36 -0400 Message-ID: <4BCC1722.607@redhat.com> Date: Mon, 19 Apr 2010 10:41:06 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1271497747-4463-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1271497747-4463-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] block: Set backing_hd to NULL after deleting it List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 17.04.2010 11:49, schrieb Stefan Hajnoczi: > It is safer to set backing_hd to NULL after deleting it so that any use > after deletion is obvious during development. Happy segfaulting! > > This patch should be applied after Kevin Wolf's "vmdk: Convert to > bdrv_open" so that vmdk does not segfault on close. > > Signed-off-by: Stefan Hajnoczi Series looks good, applied both patches to the block branch. Kevin