From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRNun-0000u5-JW for qemu-devel@nongnu.org; Fri, 27 Feb 2015 11:37:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRNuj-0004BL-Vf for qemu-devel@nongnu.org; Fri, 27 Feb 2015 11:37:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRNuj-0004AF-OE for qemu-devel@nongnu.org; Fri, 27 Feb 2015 11:37:21 -0500 Message-ID: <54F09D3E.4070000@redhat.com> Date: Fri, 27 Feb 2015 11:37:18 -0500 From: John Snow MIME-Version: 1.0 References: <1424994606-32490-1-git-send-email-jsnow@redhat.com> <1424994606-32490-7-git-send-email-jsnow@redhat.com> <54F07FA1.8070100@redhat.com> In-Reply-To: <54F07FA1.8070100@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 6/9] qtest/ahci: add migrate dma test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: kwolf@redhat.com, marc.mari.barcelo@gmail.com, armbru@redhat.com, stefanha@redhat.com, mst@redhat.com On 02/27/2015 09:30 AM, Paolo Bonzini wrote: > > > On 27/02/2015 00:50, John Snow wrote: >> + /* Write, migrate, then read. */ >> + ahci_io(src, px, CMD_WRITE_DMA, tx, bufsize, 0); >> + ahci_migrate(src, dst, uri); >> + ahci_io(dst, px, CMD_READ_DMA, rx, bufsize, 0); > > IIUC, tests for READ_FPDMA_QUEUED and WRITE_FPDMA_QUEUED are going to be > in a separate patch series, right? > > Paolo > I can keep more tests coming. I don't have a big suite for NCQ or ATAPI at the moment, but it's planned. Migration is about as far as I got in my downstream development before I switched focus to other things while I let the dust settle on all the patches I sent out. Now that my backlog is cleared more, I can go back to writing more tests here and there. Should be a lot easier now that there's a boatload of primitives to make the process a lot quicker. --js