From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbYCC-0001WG-1r for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:09:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbYC9-0005w7-CM for qemu-devel@nongnu.org; Mon, 14 Sep 2015 14:09:39 -0400 References: <1441926555-19471-1-git-send-email-jsnow@redhat.com> From: John Snow Message-ID: <55F70D5C.9060409@redhat.com> Date: Mon, 14 Sep 2015 14:09:32 -0400 MIME-Version: 1.0 In-Reply-To: <1441926555-19471-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] ide: simple ATAPI tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, zuban32s@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com On 09/10/2015 07:09 PM, John Snow wrote: > We don't have any CDROM tests yet. > So, add some for the PCI/BMDMA HBA. > > === > v2: > === > > - Some readability feedback from Markus > - Added an IRQ poll for the DRQ read loop > > ________________________________________________________________________________ > > For convenience, this branch is available at: > https://github.com/jnsnow/qemu.git branch ide-atapi-test > https://github.com/jnsnow/qemu/tree/ide-atapi-test > > This version is tagged ide-atapi-test-v2: > https://github.com/jnsnow/qemu/releases/tag/ide-atapi-test-v2 > > John Snow (4): > qtest/ahci: use generate_pattern everywhere > qtest/ahci: export generate_pattern > ide-test: add cdrom pio test > ide-test: add cdrom dma test > > tests/ahci-test.c | 43 +-------- > tests/ide-test.c | 245 ++++++++++++++++++++++++++++++++++++++++++++++---- > tests/libqos/libqos.c | 26 ++++++ > tests/libqos/libqos.h | 1 + > 4 files changed, 258 insertions(+), 57 deletions(-) > Thanks, applied to my IDE tree: https://github.com/jnsnow/qemu/commits/ide https://github.com/jnsnow/qemu.git --js