All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert tools/python part of "tools: remove support for running a guest with qemu-traditional"
@ 2025-06-02 11:22 Andrew Cooper
  2025-06-02 11:27 ` Marek Marczykowski-Górecki
  2025-06-02 12:02 ` Anthony PERARD
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cooper @ 2025-06-02 11:22 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Marek Marczykowski-Górecki, Anthony PERARD,
	Juergen Gross

The migration stream is a stable ABI.  What this does is break the ability to
inspection and operate on pre-Xen-4.21 streams.

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-03 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2025-06-02 11:31   ` Andrew Cooper
2025-06-03 10:46     ` Marek Marczykowski-Górecki
2025-06-02 12:02 ` Anthony PERARD

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.