From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1PZN-00043t-1X for qemu-devel@nongnu.org; Mon, 31 Oct 2016 23:17:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1PZM-0002FV-52 for qemu-devel@nongnu.org; Mon, 31 Oct 2016 23:17:01 -0400 From: John Snow Date: Mon, 31 Oct 2016 23:16:48 -0400 Message-Id: <1477970211-25754-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/3] atapi: classify read_cd as conditionally returning data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, hpoussin@reactos.org, qemu-devel@nongnu.org, John Snow 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 =3D 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(-) --=20 2.7.4