qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: Avihai Horon <avihaih@nvidia.com>,
	Alex Williamson <alex.williamson@redhat.com>
Cc: qemu-devel@nongnu.org, Juan Quintela <quintela@redhat.com>,
	Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>,
	Eric Blake <eblake@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Thomas Huth <thuth@redhat.com>,
	Laurent Vivier <lvivier@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Yishai Hadas <yishaih@nvidia.com>,
	Jason Gunthorpe <jgg@nvidia.com>,
	Maor Gottlieb <maorg@nvidia.com>,
	Kirti Wankhede <kwankhede@nvidia.com>,
	Tarun Gupta <targupta@nvidia.com>,
	Joao Martins <joao.m.martins@oracle.com>
Subject: Re: [PATCH v6 0/8] migration: Add switchover ack capability and VFIO precopy support
Date: Thu, 22 Jun 2023 16:02:28 +0200	[thread overview]
Message-ID: <6f627049-f0ce-bdbc-3dac-f9723efdfd1a@redhat.com> (raw)
In-Reply-To: <4faf12dc-206d-b104-d94d-0bec2169b2e0@nvidia.com>

On 6/22/23 14:16, Avihai Horon wrote:
> 
> On 22/06/2023 14:34, Cédric Le Goater wrote:
>> External email: Use caution opening links or attachments
>>
>>
>> On 6/21/23 21:28, Alex Williamson wrote:
>>> On Wed, 21 Jun 2023 14:11:53 +0300
>>> Avihai Horon <avihaih@nvidia.com> wrote:
>>>
>>>> Hello everyone,
>>>>
>>>> The latest changes to migration qtest made the tests run non-live by
>>>> default. I am posting this v6 to change back the switchover-ack
>>>> migration test to run live as it used to (because the source VM needs to
>>>> be running to consider the switchover ACK when deciding to do the
>>>> switchover or not).
>>>>
>>>> Changes from v5 [7]:
>>>> * Rebased on latest master branch.
>>>> * Made switchover-ack migration test run live again (I kept the R-bs as
>>>>    this was the original behavior when they were given).
>>>> * Dropped patch #8 (x-allow-pre-copy property). (Alex)
>>>> * Adjusted patch #9 commit message according to drop of patch #8.
>>>> * Added R-b to patch #9 and Tested-by tags to the series.
>>>
>>> I think Cédric is going to handle the pull request for this, so...
>>
>> Yes. I have a branch ready with this series and a few other fixes. Unless
>> Juan want to handle it.
>>
>>
>> Avihai,
>>
>> QEMU seems ready to allow migration when support is available in the
>> kernel now and so, we can set "x-enable-migration" to true by default.
>> Are you OK with that ?
>>
> Yes, sure.
> But as per previous off-list discussions, it's not merely changing x-enable-migration to true by default, right?
> If I recall correctly, Alex wanted to remove the x- prefix, 

OK. We have to start one day :)

> change it to ON_OFF_AUTO and some other stuff.

Is it to silently disable migration support if some failure occurs
at the kernel level when ON_OFF_AUTO_AUTO is set and report an error
when ON_OFF_AUTO_ON is set ?

> Do you have some patches ready for that?

nope.

> Or you want me to do it?

If you have time, yes please.

Thanks,

C.



  reply	other threads:[~2023-06-22 14:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-21 11:11 [PATCH v6 0/8] migration: Add switchover ack capability and VFIO precopy support Avihai Horon
2023-06-21 11:11 ` [PATCH v6 1/8] migration: Add switchover ack capability Avihai Horon
2023-06-21 11:11 ` [PATCH v6 2/8] migration: Implement switchover ack logic Avihai Horon
2023-06-21 11:11 ` [PATCH v6 3/8] migration: Enable switchover ack capability Avihai Horon
2023-06-21 11:11 ` [PATCH v6 4/8] tests: Add migration switchover ack capability test Avihai Horon
2023-06-21 11:11 ` [PATCH v6 5/8] vfio/migration: Refactor vfio_save_block() to return saved data size Avihai Horon
2023-06-21 11:11 ` [PATCH v6 6/8] vfio/migration: Store VFIO migration flags in VFIOMigration Avihai Horon
2023-06-21 11:12 ` [PATCH v6 7/8] vfio/migration: Add VFIO migration pre-copy support Avihai Horon
2023-06-21 11:12 ` [PATCH v6 8/8] vfio/migration: Add support for switchover ack capability Avihai Horon
2023-06-21 19:28 ` [PATCH v6 0/8] migration: Add switchover ack capability and VFIO precopy support Alex Williamson
2023-06-22 11:34   ` Cédric Le Goater
2023-06-22 12:16     ` Avihai Horon
2023-06-22 14:02       ` Cédric Le Goater [this message]
2023-06-22 14:19         ` Avihai Horon

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=6f627049-f0ce-bdbc-3dac-f9723efdfd1a@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=armbru@redhat.com \
    --cc=avihaih@nvidia.com \
    --cc=eblake@redhat.com \
    --cc=jgg@nvidia.com \
    --cc=joao.m.martins@oracle.com \
    --cc=kwankhede@nvidia.com \
    --cc=leobras@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=maorg@nvidia.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=targupta@nvidia.com \
    --cc=thuth@redhat.com \
    --cc=yishaih@nvidia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).