On 10/31/2016 11:16 PM, John Snow wrote:
v2: - Actually applied the changes this time ... - And added a test to the AHCI suite... - ...Which revealed a few small issues in the suite. The AHCI test should be sufficient in terms of general proof for ATAPI regardless of the HBA used. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch ide-fix-read-cd https://github.com/jnsnow/qemu/tree/ide-fix-read-cd This version is tagged ide-fix-read-cd-v2: https://github.com/jnsnow/qemu/releases/tag/ide-fix-read-cd-v2 John Snow (3): atapi: classify read_cd as conditionally returning data ahci-test: Create smaller test ISO images ahci-test: test atapi read_cd with bcl,nb_sectors = 0 hw/ide/atapi.c | 51 ++++++++++++++++++++++++++++++++++++++++----------- tests/ahci-test.c | 39 +++++++++++++++++++++++++++++++-------- tests/libqos/ahci.c | 27 ++++++++++++++++++++------- tests/libqos/ahci.h | 17 ++++++++++------- 4 files changed, 101 insertions(+), 33 deletions(-)
Thanks, applied to my IDE tree: https://github.com/jnsnow/qemu/commits/ide https://github.com/jnsnow/qemu.git --js