From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50711 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSti4-0004Vv-SN for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:56:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PStha-0002Rd-Jv for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:55:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PStha-0002RQ-9M for qemu-devel@nongnu.org; Wed, 15 Dec 2010 10:55:38 -0500 Message-ID: <4D08E53F.5000403@redhat.com> Date: Wed, 15 Dec 2010 16:56:47 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1291893010-29223-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1291893010-29223-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PULL 00/14] Block patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: Kevin Wolf , qemu-devel@nongnu.org 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