From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUJ4z-0005dL-9m for qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:45:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUJ4p-0008TF-NQ for qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:45:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUJ4p-0008SL-3F for qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:45:43 -0400 From: Kevin Wolf Date: Wed, 8 Jun 2011 15:48:18 +0200 Message-Id: <1307540910-12398-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/12] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit a90d4690074526f54ad0851fce19fa6783f06803: Add an isa device for SGA (2011-06-07 13:52:30 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alexander Graf (1): vmdk: fix endianness bugs Christoph Egger (2): block/raw-posix: use a character device if a block device is given block/raw-posix: get right partition size Christoph Hellwig (1): block: clarify the meaning of BDRV_O_NOCACHE Josh Durgin (4): rbd: use the higher level librbd instead of just librados rbd: allow configuration of rados from the rbd filename rbd: check return values when scheduling aio rbd: Add bdrv_truncate implementation Kevin Wolf (4): ide/core: Remove explicit setting of BM_STATUS_INT qcow2: Fix memory leaks in error cases bdrv_img_create: Fix segfault qemu-img create: Fix displayed default cluster size block.c | 13 +- block/qcow2-cluster.c | 2 +- block/qcow2-refcount.c | 9 +- block/qcow2.c | 7 +- block/qcow2.h | 2 + block/qed.c | 3 +- block/raw-posix.c | 77 ++++- block/raw-win32.c | 12 +- block/rbd.c | 896 ++++++++++++++++++------------------------------ block/rbd_types.h | 71 ---- block/vdi.c | 6 +- block/vmdk.c | 22 +- blockdev.c | 2 +- configure | 33 +-- hw/ide/core.c | 7 +- qemu-io.c | 4 +- qemu-nbd.c | 2 +- 17 files changed, 461 insertions(+), 707 deletions(-) delete mode 100644 block/rbd_types.h