From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBGbi-0006DK-EV for qemu-devel@nongnu.org; Sat, 04 Jul 2015 02:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBGbd-0003P9-Je for qemu-devel@nongnu.org; Sat, 04 Jul 2015 02:07:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBGbd-0003Oo-DU for qemu-devel@nongnu.org; Sat, 04 Jul 2015 02:07:17 -0400 From: John Snow Date: Sat, 4 Jul 2015 02:06:39 -0400 Message-Id: <1435990034-8945-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL 00/35] 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 35360642d043c2a5366e8a04a10e5545e7353bd5: Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150703-1' into staging (2015-07-03 12:05:31 +0100) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to 7c649ac5b607e2339fb54fc0fc01311ba5eacadd: ahci: fix sdb fis semantics (2015-07-04 02:06:05 -0400) ---------------------------------------------------------------- ---------------------------------------------------------------- John Snow (35): ahci: Do not ignore memory access read size qtest/ahci: add test_max libqos/ahci: fix memory management bugs qtest/ahci: add port_reset test ahci: Rename NCQFIS structure fields ahci: use shorter variables ahci: add ncq_err helper ahci: check for ncq prdtl overflow ahci: separate prdtl from opts ahci: add ncq debug checks ahci: ncq sector count correction ahci/qtest: Execute IDENTIFY prior to data commands libqos/ahci: fix cmd_sanity for ncq libqos/ahci: add NCQ frame support libqos/ahci: edit wait to be ncq aware libqos/ahci: adjust expected NCQ interrupts libqos/ahci: set the NCQ tag on command_commit libqos/ahci: Force all NCQ commands to be LBA48 qtest/ahci: simple ncq data test qtest/ahci: ncq migration test ide: add limit to .prepare_buf() ahci: stash ncq command ahci: assert is_ncq for process_ncq ahci: refactor process_ncq_command ahci: factor ncq_finish out of ncq_cb ahci: add rwerror=stop support for ncq ahci: correct types in NCQTransferState ahci: correct ncq sector count qtest/ahci: halted NCQ test ahci: add cmd header to ncq transfer state ahci: add get_cmd_header helper ahci: ncq migration ahci: Do not map cmd_fis to generate response qtest/ahci: halted ncq migration test ahci: fix sdb fis semantics hw/ide/ahci.c | 437 ++++++++++++++++++++++++++++++++++------------------ hw/ide/ahci.h | 47 ++++-- hw/ide/core.c | 15 +- hw/ide/internal.h | 4 +- hw/ide/macio.c | 2 +- hw/ide/pci.c | 21 ++- tests/ahci-test.c | 150 ++++++++++++++++-- tests/libqos/ahci.c | 168 ++++++++++++-------- tests/libqos/ahci.h | 59 +++++-- 9 files changed, 635 insertions(+), 268 deletions(-) -- 2.1.0