From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWC-0004vo-Tv for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUeWA-0003sd-QK for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:24 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:52355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUeWA-0003sX-Gl for qemu-devel@nongnu.org; Thu, 09 Jun 2011 08:39:22 -0400 Received: by yia27 with SMTP id 27so986769yia.4 for ; Thu, 09 Jun 2011 05:39:21 -0700 (PDT) Message-ID: <4DF0BEF3.1080403@codemonkey.ws> Date: Thu, 09 Jun 2011 07:39:15 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1307540910-12398-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1307540910-12398-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/12] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 06/08/2011 08:48 AM, Kevin Wolf wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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 > >