From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZins-0000hY-By for qemu-devel@nongnu.org; Wed, 09 Sep 2015 13:05:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZinr-00037x-Ex for qemu-devel@nongnu.org; Wed, 09 Sep 2015 13:05:00 -0400 References: <1440623592-13999-1-git-send-email-jsnow@redhat.com> <55F0602C.20207@redhat.com> <55F065B2.30509@redhat.com> From: John Snow Message-ID: <55F066B2.50907@redhat.com> Date: Wed, 9 Sep 2015 13:04:50 -0400 MIME-Version: 1.0 In-Reply-To: <55F065B2.30509@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] ide: simple ATAPI tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-block@nongnu.org Cc: kwolf@redhat.com, zuban32s@gmail.com, stefanha@redhat.com, qemu-devel@nongnu.org On 09/09/2015 01:00 PM, Paolo Bonzini wrote: > > > On 09/09/2015 18:37, John Snow wrote: >> Ping -- apologies. :) >> >> I'll take a simple ACK before I merge it into my tree. > > I don't think you need one. :) > > Paolo > I guess technically not, but I like when somebody at least takes a peek before I just brazenly send pullreqs. I haven't achieved the level of ATA COWBOY yet. --js >> On 08/26/2015 05:13 PM, John Snow wrote: >>> We don't have any CDROM tests yet. >>> So, add some for the PCI/BMDMA HBA. >>> >>> ________________________________________________________________________________ >>> >>> 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-v1: >>> https://github.com/jnsnow/qemu/releases/tag/ide-atapi-test-v1 >>> >>> 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 | 232 ++++++++++++++++++++++++++++++++++++++++++++++---- >>> tests/libqos/libqos.c | 26 ++++++ >>> tests/libqos/libqos.h | 1 + >>> 4 files changed, 245 insertions(+), 57 deletions(-) >>>