From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaae-00080R-MF for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:38:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTaaa-00032Q-CM for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:38:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTaaa-00032K-2t for qemu-devel@nongnu.org; Wed, 10 Feb 2016 14:38:12 -0500 From: John Snow Date: Wed, 10 Feb 2016 14:37:57 -0500 Message-Id: <1455133089-31903-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 00/11] 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 c9f19dff101e2c2cf3fa3967eceec2833e845e40: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-02-09 19:34:46 +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 d590474922d37372c56075adb229c86d3aeae967: ahci: prohibit "restarting" the FIS or CLB engines (2016-02-10 13:29:40 -0500) ---------------------------------------------------------------- Untested with Clang. ---------------------------------------------------------------- John Snow (11): ide: Prohibit RESET on IDE drives ide: code motion ide: move buffered DMA cancel to core ide: replace blk_drain_all by blk_drain ide: Add silent DRQ cancellation ide: fix device_reset to not ignore pending AIO fdc: always compile-check debug prints ahci: Do not unmap NULL addresses ahci: handle LIST_ON and FIS_ON in map helpers ahci: explicitly reject bad engine states on post_load ahci: prohibit "restarting" the FIS or CLB engines hw/block/fdc.c | 15 ++-- hw/ide/ahci.c | 96 ++++++++++++++---------- hw/ide/core.c | 217 ++++++++++++++++++++++++++++++++++++------------------ hw/ide/internal.h | 1 + hw/ide/pci.c | 36 +-------- 5 files changed, 213 insertions(+), 152 deletions(-) -- 2.4.3