qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/14] Block patches
Date: Fri, 17 Dec 2010 08:48:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10

On 12/09/2010 05:09 AM, Kevin Wolf wrote:
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

Pulled.  Thanks.

Regards,

Anthony Liguori
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






reply via email to

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