From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
Anthony PERARD <anthony.perard@vates.tech>,
Juergen Gross <jgross@suse.com>
Subject: Re: [PATCH] Revert tools/python part of "tools: remove support for running a guest with qemu-traditional"
Date: Mon, 2 Jun 2025 13:27:32 +0200 [thread overview]
Message-ID: <aD2KpLtC257hlUj8@mail-itl> (raw)
In-Reply-To: <20250602112253.2628571-1-andrew.cooper3@citrix.com>
[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]
On Mon, Jun 02, 2025 at 12:22:53PM +0100, Andrew Cooper wrote:
> The migration stream is a stable ABI. What this does is break the ability to
> inspection and operate on pre-Xen-4.21 streams.
Do you mean Xen 4.21 should be able to accept migration of a domU with
qemu trad? I don't think it's a desirable feature...
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> CC: Anthony PERARD <anthony.perard@vates.tech>
> CC: Juergen Gross <jgross@suse.com>
> ---
> tools/python/xen/migration/libxl.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tools/python/xen/migration/libxl.py b/tools/python/xen/migration/libxl.py
> index dc5c7ac3550c..5dcb50fe0207 100644
> --- a/tools/python/xen/migration/libxl.py
> +++ b/tools/python/xen/migration/libxl.py
> @@ -51,10 +51,12 @@ rec_type_to_str = {
> EMULATOR_HEADER_FORMAT = "II"
>
> EMULATOR_ID_unknown = 0x00000000
> +EMULATOR_ID_qemu_trad = 0x00000001
> EMULATOR_ID_qemu_upstream = 0x00000002
>
> emulator_id_to_str = {
> EMULATOR_ID_unknown : "Unknown",
> + EMULATOR_ID_qemu_trad : "Qemu Traditional",
> EMULATOR_ID_qemu_upstream : "Qemu Upstream",
> }
>
>
> base-commit: 286c4cc267005f73aba831d22d65abe6874ceaea
> --
> 2.39.5
>
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2025-06-02 11:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 11:22 [PATCH] Revert tools/python part of "tools: remove support for running a guest with qemu-traditional" Andrew Cooper
2025-06-02 11:27 ` Marek Marczykowski-Górecki [this message]
2025-06-02 11:31 ` Andrew Cooper
2025-06-03 10:46 ` Marek Marczykowski-Górecki
2025-06-02 12:02 ` Anthony PERARD
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=aD2KpLtC257hlUj8@mail-itl \
--to=marmarek@invisiblethingslab.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=jgross@suse.com \
--cc=xen-devel@lists.xenproject.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.