qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty fun


From: Jeff Cody
Subject: [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions
Date: Mon, 27 Jan 2014 16:09:11 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]