qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 0/8] block: Add driver specific options
Date: Fri, 15 Mar 2013 16:12:52 +0100	[thread overview]
Message-ID: <20130315151252.GA5227@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1363340108-28042-1-git-send-email-kwolf@redhat.com>

On Fri, Mar 15, 2013 at 10:35:00AM +0100, Kevin Wolf wrote:
> v2:
> - Fixed use after free for serial number
> - Fixed id=... handling
> - Fixed if=virtio overwriting opts
> 
> Kevin Wolf (8):
>   block: Add options QDict to .bdrv_open()
>   block: Add options QDict to bdrv_open() prototype
>   Add qdict_clone_shallow()
>   block: Add options QDict to bdrv_open_common()
>   qemu-option: Add qemu_opts_absorb_qdict()
>   blockdev: Keep a copy of DriveInfo.serial
>   block: Support driver specific options in drive_init()
>   qcow2: Allow lazy refcounts to be enabled on the command line
> 
>  block.c                   | 81 +++++++++++++++++++++++++++++++++++-----------
>  block/blkverify.c         |  2 +-
>  block/bochs.c             |  2 +-
>  block/cloop.c             |  2 +-
>  block/cow.c               |  2 +-
>  block/dmg.c               |  2 +-
>  block/parallels.c         |  2 +-
>  block/qcow.c              |  2 +-
>  block/qcow2-cluster.c     |  2 +-
>  block/qcow2.c             | 43 +++++++++++++++++++++++--
>  block/qcow2.h             |  1 +
>  block/qed.c               |  4 +--
>  block/raw.c               |  2 +-
>  block/vdi.c               |  2 +-
>  block/vmdk.c              |  4 +--
>  block/vpc.c               |  2 +-
>  block/vvfat.c             |  2 +-
>  blockdev.c                | 82 +++++++++++++++++++++++++++++++++++++++--------
>  hw/xen_disk.c             |  2 +-
>  include/block/block.h     |  4 +--
>  include/block/block_int.h |  3 +-
>  include/qapi/qmp/qdict.h  |  2 ++
>  include/qemu/option.h     |  1 +
>  include/sysemu/blockdev.h |  2 +-
>  qemu-img.c                |  6 ++--
>  qemu-io.c                 |  2 +-
>  qemu-nbd.c                |  2 +-
>  qobject/qdict.c           | 22 +++++++++++++
>  util/qemu-option.c        | 34 ++++++++++++++++++++
>  29 files changed, 257 insertions(+), 62 deletions(-)
> 
> -- 
> 1.8.1.4
> 
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

      parent reply	other threads:[~2013-03-15 15:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15  9:35 [Qemu-devel] [PATCH v2 0/8] block: Add driver specific options Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 1/8] block: Add options QDict to .bdrv_open() Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 2/8] block: Add options QDict to bdrv_open() prototype Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 3/8] Add qdict_clone_shallow() Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 4/8] block: Add options QDict to bdrv_open_common() Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 5/8] qemu-option: Add qemu_opts_absorb_qdict() Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 6/8] blockdev: Keep a copy of DriveInfo.serial Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 7/8] block: Support driver specific options in drive_init() Kevin Wolf
2013-03-15  9:35 ` [Qemu-devel] [PATCH v2 8/8] qcow2: Allow lazy refcounts to be enabled on the command line Kevin Wolf
2013-03-15 15:12 ` Stefan Hajnoczi [this message]

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=20130315151252.GA5227@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.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).