From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6764-0005YV-B8 for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6762-0000AC-LZ for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:16 -0400 Received: from mail-gw0-f47.google.com ([74.125.83.47]:43671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6762-0000A2-Iy for qemu-devel@nongnu.org; Tue, 20 Sep 2011 16:39:14 -0400 Received: by gwaa2 with SMTP id a2so1004048gwa.6 for ; Tue, 20 Sep 2011 13:39:13 -0700 (PDT) Message-ID: <4E78F9EB.7030502@codemonkey.ws> Date: Tue, 20 Sep 2011 15:39:07 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316517112-9908-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1316517112-9908-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/20] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 09/20/2011 06:11 AM, Kevin Wolf wrote: > The following changes since commit 530889ff95659d8fea81eb556e5706387fdddfa7: > > sun4u: don't set up isa_mem_base (2011-09-18 12:00:19 +0000) > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Alexander Motin (1): > AHCI Port Interrupt Enable register cleaning on soft reset > > Fam Zheng (1): > VMDK: fix leak of extent_file > > Frediano Ziglio (2): > posix-aio-compat: Removed unused offset variable > block: avoid SIGUSR2 > > Kevin Wolf (1): > raw-posix: Fix bdrv_flush error return values > > Paolo Bonzini (11): > nbd: support feature negotiation > nbd: sync API definitions with upstream > nbd: support NBD_SET_FLAGS ioctl > scsi-generic: do not disable FUA > dma-helpers: rename is_write to to_dev > dma-helpers: allow including from target-independent code > dma-helpers: rewrite completion/cancellation > scsi-disk: commonize iovec creation between reads and writes > scsi-disk: lazily allocate bounce buffer > scsi: fix sign extension problems > linux-aio: remove process requests callback > > Sage Weil (4): > rbd: ignore failures when reading from default conf location > rbd: update comment heading > rbd: call flush, if available > rbd: allow escaping in config string > > block/nbd.c | 4 +- > block/raw-posix.c | 9 +++++- > block/rbd.c | 83 ++++++++++++++++++++++++++++++++++---------------- > block/vmdk.c | 14 ++++++-- > cpus.c | 5 --- > dma-helpers.c | 58 +++++++++++++++++++++++------------ > dma.h | 10 ++++-- > hw/ide/ahci.c | 8 +++-- > hw/ide/core.c | 2 +- > hw/ide/macio.c | 2 +- > hw/scsi-bus.c | 22 ++++--------- > hw/scsi-disk.c | 84 +++++++++++++++++++++++++++++++--------------------- > hw/scsi-generic.c | 6 ---- > linux-aio.c | 11 +------ > nbd.c | 42 +++++++++++++++++++++---- > nbd.h | 20 ++++++++++-- > posix-aio-compat.c | 34 +++++++-------------- > qemu-nbd.c | 13 ++++---- > 18 files changed, 254 insertions(+), 173 deletions(-) > >