From: Kevin Wolf <kwolf@redhat.com>
To: anthony@codemonkey.ws
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PULL 00/14] Block patches
Date: Wed, 15 Dec 2010 16:56:47 +0100 [thread overview]
Message-ID: <4D08E53F.5000403@redhat.com> (raw)
In-Reply-To: <1291893010-29223-1-git-send-email-kwolf@redhat.com>
Am 09.12.2010 12:09, schrieb Kevin Wolf:
> The following changes since commit 138b38b61bf92d4e9588acf934e532499c94e185:
>
> ppc: kvm: fix signedness warning (2010-12-08 21:30:19 +0100)
>
> are available in the git repository at:
> git://repo.or.cz/qemu/kevin.git for-anthony
>
> Christian Brunner (1):
> ceph/rbd block driver for qemu-kvm
>
> Jes Sorensen (8):
> Add missing tracing to qemu_mallocz()
> Use qemu_mallocz() instead of calloc() in img_convert()
> img_convert(): Only try to free bs[] entries if bs is valid.
> Consolidate printing of block driver options
> Fix formatting and missing braces in qemu-img.c
> Fail if detecting an unknown option
> Make error handling more consistent in img_create() and img_resize()
> qemu-img: Deprecate obsolete -6 and -e options
>
> Stefan Hajnoczi (5):
> block: Make bdrv_create_file() ':' handling consistent
> qemu-option: Don't reinvent append_option_parameters()
> qemu-option: Fix parse_option_parameters() documentation typo
> qemu-img: Free option parameter lists in img_create()
> qemu-img: Fail creation if backing format is invalid
>
> Makefile.objs | 1 +
> block.c | 2 +-
> block/rbd.c | 1059 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> block/rbd_types.h | 71 ++++
> block_int.h | 1 -
> configure | 52 +++
> qemu-img.c | 247 ++++++++-----
> qemu-malloc.c | 5 +-
> qemu-option.c | 13 +-
> 9 files changed, 1344 insertions(+), 107 deletions(-)
> create mode 100644 block/rbd.c
> create mode 100644 block/rbd_types.h
Ping?
Kevin
next prev parent reply other threads:[~2010-12-15 15:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-09 11:09 [Qemu-devel] [PULL 00/14] Block patches Kevin Wolf
2010-12-09 11:09 ` [Qemu-devel] [PATCH 01/14] block: Make bdrv_create_file() ':' handling consistent Kevin Wolf
2010-12-09 11:09 ` [Qemu-devel] [PATCH 02/14] Add missing tracing to qemu_mallocz() Kevin Wolf
2010-12-09 11:09 ` [Qemu-devel] [PATCH 03/14] Use qemu_mallocz() instead of calloc() in img_convert() Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 04/14] img_convert(): Only try to free bs[] entries if bs is valid Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 05/14] Consolidate printing of block driver options Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 06/14] Fix formatting and missing braces in qemu-img.c Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 07/14] Fail if detecting an unknown option Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 08/14] Make error handling more consistent in img_create() and img_resize() Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 09/14] ceph/rbd block driver for qemu-kvm Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 10/14] qemu-img: Deprecate obsolete -6 and -e options Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 11/14] qemu-option: Don't reinvent append_option_parameters() Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 12/14] qemu-option: Fix parse_option_parameters() documentation typo Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 13/14] qemu-img: Free option parameter lists in img_create() Kevin Wolf
2010-12-09 11:10 ` [Qemu-devel] [PATCH 14/14] qemu-img: Fail creation if backing format is invalid Kevin Wolf
2010-12-15 15:56 ` Kevin Wolf [this message]
2010-12-17 14:48 ` [Qemu-devel] [PULL 00/14] Block patches Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2010-05-28 16:45 Kevin Wolf
2010-05-28 16:48 ` [Qemu-devel] " Anthony Liguori
2010-05-28 16:51 ` Kevin Wolf
2010-05-28 16:55 ` Anthony Liguori
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=4D08E53F.5000403@redhat.com \
--to=kwolf@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.