qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions
@ 2014-01-27 21:09 Jeff Cody
  2014-01-27 21:09 ` [Qemu-devel] [PATCH 1/2] block: remove QED .bdrv_make_empty implementation Jeff Cody
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jeff Cody @ 2014-01-27 21:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-28  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 21:09 [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions Jeff Cody
2014-01-27 21:09 ` [Qemu-devel] [PATCH 1/2] block: remove QED .bdrv_make_empty implementation Jeff Cody
2014-01-28  0:35   ` Benoît Canet
2014-01-27 21:09 ` [Qemu-devel] [PATCH 2/2] block: remove qcow2 " Jeff Cody
2014-01-28  0:36   ` Benoît Canet
2014-01-27 21:13 ` [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions Eric Blake
2014-01-28  9:21 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).