From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Mhe-0006BJ-Kn for qemu-devel@nongnu.org; Wed, 21 Sep 2011 09:19:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6Mha-0001iu-Fo for qemu-devel@nongnu.org; Wed, 21 Sep 2011 09:19:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6Mha-0001ih-8m for qemu-devel@nongnu.org; Wed, 21 Sep 2011 09:19:02 -0400 From: Kevin Wolf Date: Wed, 21 Sep 2011 15:21:52 +0200 Message-Id: <1316611316-11773-1-git-send-email-kwolf@redhat.com> Subject: [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: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit 27cdad67a1bc23b38c765b677ed8064bfb8d3e44: Revert "alpha-softmmu: Disable for the 0.15 release branch." (2011-09-21 00:50:32 +0200) 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(-)