mbox

[PULL,00/14] Block patches

Message ID 1291893010-29223-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/kevin.git for-anthony

Message

Kevin Wolf Dec. 9, 2010, 11:09 a.m. UTC
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

Comments

Kevin Wolf Dec. 15, 2010, 3:56 p.m. UTC | #1
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
Anthony Liguori Dec. 17, 2010, 2:48 p.m. UTC | #2
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
>
>
>