[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/7] tools/xenstored: support specification of migration stream version
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Thu, 24 Jul 2025 18:35:12 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Ccg+dWf50oux0bDJauihww3DDVDf2Jg4ARYyWP7IRpw=; b=kcj2TyDNnyYsiwXLfeDb1Uz+ndGQeKj1GZE7lCQCvG81jFM5YiM08eiS1nIomjUzOwiZV+ptJjP/A1aKYExqPGoVZwCkE54xQ8ebvKLAfftlfup1qBGDywBZe3FVHKxKBw1BMVFR6BJq2Xe4iutTnAYlyi5TrwGlsGnO11kB6rNKfRzy8GONdZMYlYqKpuHaVesaDvnxdVLyHNBe63895c4QvQP0MryqU5gQuxVlMv1/nZOHCpsOqsgWmaluNf+l52KokLn6R3yUVUX2N1oM83Gmie0x+/OkPDccomYy6nE9rJq0PsZceNChlclxCiMmCb2mrOnpIESIBZS6EADKFA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=YjKAUGrpxBeVUvTTyopCcoUu/xeChxEG7+IccW2nBZEu6dhgbiGIWReye/T1Im+Boo69QdHp6S8E5i7maSoQPRUKL37cEpgondbkTUrv2JdLxakwYiievMWB7Lbs8APa4KEL3L5k2o6PSPAQFxf/Qqx3hdKDCZ+KhLY9KNHCelXcKY1pFuxWqCfyMjbF3Bkjgv7neCJZDlzp6Er7zcUONh/YXVNmeyComq2ooj4M+0bhcBoDQ0+o8BY2LP92ux1VoRhZPGh/pAvmrT+bVdvdTiXQDuYGGzdeuHb5Ek7QxiEUGu2hvpRuOyqZ47dEeyIN4aTIoQs3qr0q/vm8npFLpQ==
- Cc: Julien Grall <julien@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Fri, 25 Jul 2025 00:18:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-22 10:06, Juergen Gross wrote:
In order to prepare xenstored supporting migration stream versions
other than 1, add a parameter to the live update command allowing to
specify the version of the migration stream.
This will allow going back from xenstored using version 2 per default
to a xenstored only accepting version 1.
For now only version 1 is supported.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|