From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZunDZ-0008Kt-Qa for qemu-devel@nongnu.org; Fri, 06 Nov 2015 15:02:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZunDV-0002WX-RE for qemu-devel@nongnu.org; Fri, 06 Nov 2015 15:02:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZunDV-0002WH-Mt for qemu-devel@nongnu.org; Fri, 06 Nov 2015 15:02:33 -0500 From: John Snow Date: Fri, 6 Nov 2015 15:02:26 -0500 Message-Id: <1446840151-9145-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com The following changes since commit 4b59f39bc9a03afcc74b2fa28da7c3189fca507c: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-11-06' into staging (2015-11-06 12:50:24 +0000) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to dca625768a7da9377cd5886cc03854229c1e18a1: arm: allwinner-a10: Add SATA (2015-11-06 14:09:01 -0500) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (1): ide: remove hardcoded 2GiB transactional limit Peter Crosthwaite (4): ahci: Add some MMIO debug printfs ahci: split realize and init ahci: Add allwinner AHCI arm: allwinner-a10: Add SATA hw/arm/allwinner-a10.c | 11 +++ hw/ide/ahci.c | 182 +++++++++++++++++++++++++++++++++-------- hw/ide/ahci.h | 19 ++++- hw/ide/ich.c | 10 ++- hw/ide/internal.h | 2 +- hw/ide/pci.c | 7 -- include/hw/arm/allwinner-a10.h | 4 + include/qemu/typedefs.h | 1 + 8 files changed, 191 insertions(+), 45 deletions(-) -- 2.4.3