qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 6/9] qtest/ahci: add migrate dma test


From: John Snow
Subject: Re: [Qemu-devel] [PATCH v2 6/9] qtest/ahci: add migrate dma test
Date: Fri, 27 Feb 2015 11:37:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0



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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]