qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Cody <jcody@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, stefanha@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Remove unsupported / empty .bdrv_make_empty functions
Date: Mon, 27 Jan 2014 16:09:11 -0500	[thread overview]
Message-ID: <cover.1390856648.git.jcody@redhat.com> (raw)

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	other threads:[~2014-01-27 21:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-27 21:09 Jeff Cody [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1390856648.git.jcody@redhat.com \
    --to=jcody@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).