qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PULL 00/14] Block patches


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PULL 00/14] Block patches
Date: Wed, 15 Dec 2010 16:56:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

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



reply via email to

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