From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W84ri-0007Rq-Jd for qemu-devel@nongnu.org; Tue, 28 Jan 2014 04:22:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W84rc-0004EC-KH for qemu-devel@nongnu.org; Tue, 28 Jan 2014 04:21:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W84rc-0004E3-Cw for qemu-devel@nongnu.org; Tue, 28 Jan 2014 04:21:48 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0S9Lfhs003556 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Jan 2014 04:21:42 -0500 Date: Tue, 28 Jan 2014 10:21:39 +0100 From: Kevin Wolf Message-ID: <20140128092139.GA3294@dhcp-200-207.str.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 27.01.2014 um 22:09 hat Jeff Cody geschrieben: > QED and QCOW2 both have .bdrv_make_empty stubs that do nothing. In the > case of QED, it returns an error (-ENOTSUP), which causes problems with > bdrv_commit(). > > This removes those stubs. > > Jeff Cody (2): > block: remove QED .bdrv_make_empty implementation > block: remove qcow2 .bdrv_make_empty implementation Reviewed-by: Kevin Wolf