From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWqv1-0008Eh-Ae for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWquy-0001yy-TO for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:18:06 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:47587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWquy-0001yt-IE for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:18:04 -0400 Received: by pvg3 with SMTP id 3so338356pvg.4 for ; Wed, 15 Jun 2011 07:18:03 -0700 (PDT) Message-ID: <4DF8BF19.6010802@codemonkey.ws> Date: Wed, 15 Jun 2011 09:18:01 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1308146593-19842-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1308146593-19842-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/14] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 06/15/2011 09:02 AM, Kevin Wolf wrote: > The following changes since commit 0b862cedf36d927818c50584ddd611b0370673df: > > configure: Detect and don't try to use older libcurl (2011-06-13 21:16:27 +0200) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > Christoph Hellwig (3): > make dma_bdrv_io available to drivers > ide: allow other dma comands than read and write > ide: add TRIM support > > Devin Nakamura (1): > Replaced tabs with spaces in block.h and block_int.h > > Kevin Wolf (9): > qcow2: Avoid direct AIO callback > qcow: Avoid direct AIO callback > vdi: Avoid direct AIO callback > qcow2: Fix in-flight list after qcow2_cache_put failure > ide: Split error status from status register > ide: Fix ide_drive_pio_state_needed() > ide: Add forgotten VMSTATE_END_OF_LIST in subsection > ide: Clear error_status after restarting flush > Allow nested qemu_bh_poll() after BH deletion > > Stefan Weil (1): > block/rbd: Remove unused local variable > > async.c | 5 +- > block.h | 6 +- > block/qcow.c | 58 ++++++++++++++++++- > block/qcow2-cluster.c | 12 +++- > block/qcow2.c | 39 ++++++++++--- > block/rbd.c | 4 - > block/vdi.c | 41 +++++++++++-- > block_int.h | 4 +- > dma-helpers.c | 23 +++---- > dma.h | 8 +++ > hw/ide/core.c | 154 ++++++++++++++++++++++++++++++++++++++++++++----- > hw/ide/internal.h | 32 ++++++++++- > hw/ide/macio.c | 13 ++++- > hw/ide/pci.c | 88 +++++++++++++++++++++++++--- > hw/ide/pci.h | 4 + > hw/ide/qdev.c | 5 ++ > 16 files changed, 423 insertions(+), 73 deletions(-)