From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvvvm-0002gV-MY for qemu-devel@nongnu.org; Mon, 09 Nov 2015 18:32:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvvvl-0000Wa-7C for qemu-devel@nongnu.org; Mon, 09 Nov 2015 18:32:58 -0500 From: John Snow Date: Mon, 9 Nov 2015 18:32:39 -0500 Message-Id: <1447111968-15268-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] ahci: atapi qtests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: John Snow , qemu-devel@nongnu.org Add ATAPI support into libqos/ahci, and write a few tests for it. I intend this for 2.5, as it's just a test and might help unearth some bugs during release candidate testing. This is the last "batch" of planned qtests for s/ata -- basic i/o testing of HDDs and CDROMs on both PCI and AHCI should be complete after this series. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch ahci-atapi-qtests https://github.com/jnsnow/qemu/tree/ahci-atapi-qtests This version is tagged ahci-atapi-qtests-v1: https://github.com/jnsnow/qemu/releases/tag/ahci-atapi-qtests-v1 John Snow (9): ahci-test: fix memory leak libqos/ahci: ATAPI support libqos/ahci: ATAPI identify libqos/ahci: Switch to mutable properties libqos: allow zero-size allocations libqos/ahci: allow nondata commands for ahci_io variants libqos/ahci: add ahci_exec qtest/ahci: ATAPI data tests libqos/ahci: organize header tests/ahci-test.c | 131 ++++++++++++++++++++++++++++++------ tests/libqos/ahci.c | 181 +++++++++++++++++++++++++++++++++++++++++++++++--- tests/libqos/ahci.h | 66 +++++++++++++++--- tests/libqos/malloc.c | 4 ++ 4 files changed, 341 insertions(+), 41 deletions(-) -- 2.4.3