From: Peter Xu <peterx@redhat.com>
To: Fabiano Rosas <farosas@suse.de>
Cc: qemu-devel@nongnu.org,
"Daniel P . Berrangé" <berrange@redhat.com>,
devel@lists.libvirt.org
Subject: Re: [PATCH v3 0/6] migration removals & deprecations
Date: Wed, 1 May 2024 11:53:16 -0400 [thread overview]
Message-ID: <ZjJlbG-E0B4rdbJv@x1n> (raw)
In-Reply-To: <20240430142737.29066-1-farosas@suse.de>
On Tue, Apr 30, 2024 at 11:27:31AM -0300, Fabiano Rosas wrote:
> since v2:
>
> - removed some more stuff which I missed:
> blk/inc options from hmp-commands.hx
> the entire ram-compress.h
> unused declarations from options.h
> unused compression functions from qemu-file.c
>
> - removed must_remove_block_options earlier in the 'blk' patch
>
> - added a deprecation warning to outgoing/incoming fd
>
> CI run: https://gitlab.com/farosas/qemu/-/pipelines/1272385260
>
> v2:
> https://lore.kernel.org/r/20240426131408.25410-1-farosas@suse.de
> v1:
> https://lore.kernel.org/r/20240425150939.19268-1-farosas@suse.de
>
> Hi everyone,
>
> Here's some cleaning up of deprecated code. It removes the old block
> migration and compression code. Both have suitable replacements in the
> form of the blockdev-mirror driver and multifd compression,
> respectively.
>
> There's also a deprecation for fd: + file to cope with the fact that
> the new MigrationAddress API defines transports instead of protocols
> (loose terms) like the old string API did. So we cannot map 1:1 from
> fd: to any transport because fd: allows *both* file migration and
> socket migration.
>
> Fabiano Rosas (6):
> migration: Remove 'skipped' field from MigrationStats
> migration: Remove 'inc' option from migrate command
> migration: Remove 'blk/-b' option from migrate commands
> migration: Remove block migration
> migration: Remove non-multifd compression
> migration: Deprecate fd: for file migration
Reviewed-by: Peter Xu <peterx@redhat.com>
--
Peter Xu
prev parent reply other threads:[~2024-05-01 15:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-30 14:27 [PATCH v3 0/6] migration removals & deprecations Fabiano Rosas
2024-04-30 14:27 ` [PATCH v3 1/6] migration: Remove 'skipped' field from MigrationStats Fabiano Rosas
2024-04-30 14:27 ` [PATCH v3 2/6] migration: Remove 'inc' option from migrate command Fabiano Rosas
2024-04-30 14:27 ` [PATCH v3 3/6] migration: Remove 'blk/-b' option from migrate commands Fabiano Rosas
2024-05-02 11:53 ` Markus Armbruster
2024-05-02 13:35 ` Dr. David Alan Gilbert
2024-05-02 14:49 ` Peter Xu
2024-04-30 14:27 ` [PATCH v3 4/6] migration: Remove block migration Fabiano Rosas
2024-04-30 14:27 ` [PATCH v3 5/6] migration: Remove non-multifd compression Fabiano Rosas
2024-04-30 14:27 ` [PATCH v3 6/6] migration: Deprecate fd: for file migration Fabiano Rosas
2024-05-01 15:53 ` Peter Xu [this message]
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=ZjJlbG-E0B4rdbJv@x1n \
--to=peterx@redhat.com \
--cc=berrange@redhat.com \
--cc=devel@lists.libvirt.org \
--cc=farosas@suse.de \
--cc=qemu-devel@nongnu.org \
/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.