[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tools/xendomains: Only save/restore/migrate if supported by xenlight
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Thu, 19 Oct 2023 12:50:52 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=ZE/IJLidMeOmhxNxkKOUN2tRTqP/zSdl32jB1XGwoFI=; b=Bhn4TylplhTSe7f3no5nARHkxqnADq/2VdHEJbLY4T3PbbTr9AgirmEtLDg/0UzhsW3LzADc4/VP0ydBCwNVNoCC8LwpCpr+6ZvbDVN2TsFpkVbmAW0+uyFohYio3lfM+eGd2+wr5fdeJRcj4F39ZUcU45dWViEOEiEdUDk5oARELLgoYJuVMLsyUb5O1R0i/EFmX134k00+2+jMRTUSeEhIcwgPk3ko6rIvqa8gUxIFkPlaoxCUPaYZWvZoWurOzPNT5nHm83AakXW6XMyQsp9CazIvVuc7vy5I8UdyXeAHOGscj2jindgyzVWyU09LvmafL9tKTyVrS6V6jEU49g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jxW0Yhi2R+utCwZfBieRTtwmDrBQHv0rpXppvR5GRK+sZU4idn4TcBvhCjTmJrlUgcfvFrT8fqV9WWMBNepXTfh1UwkVy5SLVYrXyiCr74W22VCEMlvcT/pM+CyDNDqsg7Woj3oi6R8Ztm2qYnJ5I5ZFxgEHDpoZG/mTgYIHdgyROhrhvCp/KWt8nTntkM30e7a27ykZvm3a9y1bQD/ixQChfjq9284DYACeHR8wcWiiNzyVs+Hlx1XMe9qcYwKNcG4u/QTa4FbYBuLYWJUpg36/vl5M6SlKfuv9uiPgjGLlLctq+0jGjKUJRRFI97/+jxGcZPFCHd+AWQuP+yJgYw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Peter Hoyes <Peter.Hoyes@xxxxxxx>
- Delivery-date: Thu, 19 Oct 2023 12:51:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHaAorkpr2Fw+/rt0uploS+PCDdYw==
- Thread-topic: [PATCH] tools/xendomains: Only save/restore/migrate if supported by xenlight
> On 22 Mar 2023, at 13:58, Peter Hoyes <Peter.Hoyes@xxxxxxx> wrote:
>
> From: Peter Hoyes <Peter.Hoyes@xxxxxxx>
>
> Saving, restoring and migrating domains are not currently supported on
> arm and arm64 platforms, so xendomains prints the warning:
>
> An error occurred while saving domain:
> command not implemented
>
> when attempting to run `xendomains stop`. It otherwise continues to shut
> down the domains cleanly, with the unsupported steps skipped.
>
> Use `xl help` to detect whether save/restore/migrate is supported by the
> platform. If not, do not attempt to run the corresponding command.
>
> Signed-off-by: Peter Hoyes <Peter.Hoyes@xxxxxxx>
> ---
Hi Anthony,
Regarding this patch, is there any update?
I’m asking just because here
https://patchwork.kernel.org/project/xen-devel/patch/20230322135800.3869458-1-peter.hoyes@xxxxxxx/
it seems you were volunteering to fix that in another way.
Cheers,
Luca
|