All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: kwolf@redhat.com, marc.mari.barcelo@gmail.com, armbru@redhat.com,
	stefanha@redhat.com, mst@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 6/9] qtest/ahci: add migrate dma test
Date: Fri, 27 Feb 2015 11:37:18 -0500	[thread overview]
Message-ID: <54F09D3E.4070000@redhat.com> (raw)
In-Reply-To: <54F07FA1.8070100@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

  reply	other threads:[~2015-02-27 16:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-26 23:49 [Qemu-devel] [PATCH v2 0/9] ahci: enable migration John Snow
2015-02-26 23:49 ` [Qemu-devel] [PATCH v2 1/9] libqos/ahci: Add halted command helpers John Snow
2015-02-26 23:49 ` [Qemu-devel] [PATCH v2 2/9] libqos/ahci: Fix sector set method John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 3/9] libqos: Add migration helpers John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 4/9] ich9/ahci: Enable Migration John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 5/9] qtest/ahci: Add migration test John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 6/9] qtest/ahci: add migrate dma test John Snow
2015-02-27 14:30   ` Paolo Bonzini
2015-02-27 16:37     ` John Snow [this message]
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 7/9] qtest/ahci: add flush migrate test John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 8/9] qtest/ahci: add halted dma test John Snow
2015-02-26 23:50 ` [Qemu-devel] [PATCH v2 9/9] qtest/ahci: add migrate " John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54F09D3E.4070000@redhat.com \
    --to=jsnow@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=marc.mari.barcelo@gmail.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.