From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6lfi-0006V7-IG for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6lfg-0003po-Ib for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:46 -0400 Received: from mail-gw0-f47.google.com ([74.125.83.47]:65010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6lfg-0003pk-Fm for qemu-devel@nongnu.org; Thu, 22 Sep 2011 11:58:44 -0400 Received: by gwaa2 with SMTP id a2so3216744gwa.34 for ; Thu, 22 Sep 2011 08:58:44 -0700 (PDT) Message-ID: <4E7B5B31.3010808@codemonkey.ws> Date: Thu, 22 Sep 2011 10:58:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1316611316-11773-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1316611316-11773-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 0/4] Block patches (includes build fix for non-Linux) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 09/21/2011 08:21 AM, Kevin Wolf wrote: > The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44: > > Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony > > Daniel Verkamp (1): > ahci: add port I/O index-data pair > > Nick Thomas (2): > block/curl: Implement a flush function on the fd handlers > block/curl: Don't finish AIOCBs too early > > Paolo Bonzini (1): > nbd: fix non-Linux build failure > > block/curl.c | 94 +++++++++++++++++++++++++++++++++++++++++++-------------- > hw/ide/ahci.c | 42 +++++++++++++++++++++++++- > hw/ide/ahci.h | 9 +++++- > hw/ide/ich.c | 27 ++++++++++++++++- > hw/pci_regs.h | 1 + > nbd.c | 2 +- > 6 files changed, 148 insertions(+), 27 deletions(-) > >