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
