From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c21Xp-0002Ux-7s for qemu-devel@nongnu.org; Wed, 02 Nov 2016 15:49:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c21Xo-0006IW-Cw for qemu-devel@nongnu.org; Wed, 02 Nov 2016 15:49:57 -0400 References: <1477970211-25754-1-git-send-email-jsnow@redhat.com> From: =?UTF-8?Q?Herv=c3=a9_Poussineau?= Message-ID: Date: Wed, 2 Nov 2016 20:49:33 +0100 MIME-Version: 1.0 In-Reply-To: <1477970211-25754-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [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: John Snow , qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org Le 01/11/2016 =C3=A0 04:16, John Snow a =C3=A9crit : > 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. > All patches: Tested-by: Herv=C3=A9 Poussineau > _______________________________________________________________________= _________ > > 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(-) >