From: Eric Blake <eblake@redhat.com>
To: huangy81@chinatelecom.cn
Cc: qemu-devel <qemu-devel@nongnu.org>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
Juan Quintela <quintela@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Thomas Huth <thuth@redhat.com>,
Laurent Vivier <lvivier@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [RFC 4/6] migration: Introduce dirtylimit capability
Date: Wed, 18 May 2022 10:20:42 -0500 [thread overview]
Message-ID: <20220518152042.ucw3ljoqrgfd7svj@redhat.com> (raw)
In-Reply-To: <2ef63cf661750cd848492c4f917e46e3700c1409.1652762652.git.huangy81@chinatelecom.cn>
On Tue, May 17, 2022 at 02:35:04PM +0800, huangy81@chinatelecom.cn wrote:
> From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
>
> Introduce migration dirtylimit capability, which can
> be turned on before live migration and limit dirty
> page rate durty live migration.
s/durty/during/ ?
>
> Dirtylimit dirtylimit capability is kind of like
Doubled word
> auto-converge but using dirtylimit instead of traditional
> cpu-throttle to throttle guest down.
>
> To enable this feature, turn on the dirtylimit capability
> before live migration using migratioin-set-capabilities,
> and set dirtylimit-related parameters "vcpu-dirtylimit",
> "vcpu-dirtylimit-period" suitably to speed up convergence.
>
> Signed-off-by: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
> ---
> +++ b/qapi/migration.json
> @@ -463,6 +463,9 @@
> # procedure starts. The VM RAM is saved with running VM.
> # (since 6.0)
> #
> +# @dirtylimit: Use dirtylimit to throttle down guest if enabled.
> +# (since 7.0)
7.1
same question about naming it 'dirty-limit'
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
next prev parent reply other threads:[~2022-05-18 15:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-17 6:35 [RFC 0/6] migration: introduce dirtylimit capability huangy81
2022-05-17 6:35 ` [RFC 1/6] qapi/migration: Introduce vcpu-dirtylimit-period parameters huangy81
2022-05-18 15:05 ` Eric Blake
2022-05-19 3:05 ` Hyman Huang
2022-05-17 6:35 ` [RFC 2/6] qapi/migration: Introduce vcpu-dirtylimit parameters huangy81
2022-05-18 15:06 ` Eric Blake
2022-05-17 6:35 ` [RFC 3/6] migration: Implement dirtylimit convergence algo huangy81
2022-05-17 6:35 ` [RFC 4/6] migration: Introduce dirtylimit capability huangy81
2022-05-18 15:20 ` Eric Blake [this message]
2022-05-17 6:35 ` [RFC 5/6] migration: Add dirtylimit data into migration info huangy81
2022-05-17 6:35 ` [RFC 6/6] tests: Add migration dirtylimit capability test huangy81
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=20220518152042.ucw3ljoqrgfd7svj@redhat.com \
--to=eblake@redhat.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=huangy81@chinatelecom.cn \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=thuth@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 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).