From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7tQo-0003yh-SV for qemu-devel@nongnu.org; Mon, 27 Jan 2014 16:09:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7tQi-0005qi-Pp for qemu-devel@nongnu.org; Mon, 27 Jan 2014 16:09:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7tQi-0005qd-Ga for qemu-devel@nongnu.org; Mon, 27 Jan 2014 16:09:16 -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 s0RL9Fjx004797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Jan 2014 16:09:15 -0500 From: Jeff Cody Date: Mon, 27 Jan 2014 16:09:11 -0500 Message-Id: Subject: [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: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com 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 block/qcow2.c | 21 --------------------- block/qed.c | 6 ------ 2 files changed, 27 deletions(-) -- 1.8.3.1