Re: [PATCH 02/16] xen/x86: Move freeze/thaw_domains into common files

2025-03-05 Thread Jan Beulich
On 05.03.2025 10:11, Mykola Kvach wrote: > From: Mirela Simonovic > > These functions will be reused by suspend/resume support for ARM. And until then they are going to violate the Misra rule requiring there to not be unreachable code. > --- a/xen/common/domain.c > +++ b/xen/common/domain.c > @

[PATCH 02/16] xen/x86: Move freeze/thaw_domains into common files

2025-03-05 Thread Mykola Kvach
From: Mirela Simonovic These functions will be reused by suspend/resume support for ARM. Signed-off-by: Mirela Simonovic Signed-off-by: Saeed Nowshadi Signed-off-by: Mykyta Poturai Signed-off-by: Mykola Kvach --- xen/arch/x86/acpi/power.c | 29 - xen/common/domai