Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-28 Thread Oleksii
On Tue, 2023-11-28 at 13:53 +0100, Jan Beulich wrote: > On 28.11.2023 12:49, Oleksii wrote: > > On Tue, 2023-11-28 at 10:58 +0100, Jan Beulich wrote: > > > On 28.11.2023 10:28, Oleksii wrote: > > > > On Tue, 2023-11-28 at 08:57 +0100, Jan Beulich wrote: > > > > > On 27.11.2023 20:38, Oleksii wrote:

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-28 Thread Jan Beulich
On 28.11.2023 12:49, Oleksii wrote: > On Tue, 2023-11-28 at 10:58 +0100, Jan Beulich wrote: >> On 28.11.2023 10:28, Oleksii wrote: >>> On Tue, 2023-11-28 at 08:57 +0100, Jan Beulich wrote: On 27.11.2023 20:38, Oleksii wrote: > On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: >> On

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-28 Thread Oleksii
On Tue, 2023-11-28 at 10:58 +0100, Jan Beulich wrote: > On 28.11.2023 10:28, Oleksii wrote: > > On Tue, 2023-11-28 at 08:57 +0100, Jan Beulich wrote: > > > On 27.11.2023 20:38, Oleksii wrote: > > > > On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: > > > > > On 27.11.2023 15:13, Oleksii Kuroch

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-28 Thread Jan Beulich
On 28.11.2023 10:28, Oleksii wrote: > On Tue, 2023-11-28 at 08:57 +0100, Jan Beulich wrote: >> On 27.11.2023 20:38, Oleksii wrote: >>> On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: On 27.11.2023 15:13, Oleksii Kurochko wrote: > --- a/xen/arch/ppc/include/asm/grant_table.h > +++

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-28 Thread Oleksii
On Tue, 2023-11-28 at 08:57 +0100, Jan Beulich wrote: > On 27.11.2023 20:38, Oleksii wrote: > > On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: > > > On 27.11.2023 15:13, Oleksii Kurochko wrote: > > > > --- a/xen/arch/ppc/include/asm/grant_table.h > > > > +++ /dev/null > > > > @@ -1,5 +0,0 @@

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-27 Thread Jan Beulich
On 27.11.2023 20:38, Oleksii wrote: > On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: >> On 27.11.2023 15:13, Oleksii Kurochko wrote: >>> --- a/xen/arch/ppc/include/asm/grant_table.h >>> +++ /dev/null >>> @@ -1,5 +0,0 @@ >>> -/* SPDX-License-Identifier: GPL-2.0-only */ >>> -#ifndef __ASM_PPC_

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-27 Thread Oleksii
On Mon, 2023-11-27 at 15:41 +0100, Jan Beulich wrote: > On 27.11.2023 15:13, Oleksii Kurochko wrote: > > --- a/xen/arch/ppc/include/asm/grant_table.h > > +++ /dev/null > > @@ -1,5 +0,0 @@ > > -/* SPDX-License-Identifier: GPL-2.0-only */ > > -#ifndef __ASM_PPC_GRANT_TABLE_H__ > > -#define __ASM_PPC_

Re: [PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-27 Thread Jan Beulich
On 27.11.2023 15:13, Oleksii Kurochko wrote: > --- a/xen/arch/ppc/include/asm/grant_table.h > +++ /dev/null > @@ -1,5 +0,0 @@ > -/* SPDX-License-Identifier: GPL-2.0-only */ > -#ifndef __ASM_PPC_GRANT_TABLE_H__ > -#define __ASM_PPC_GRANT_TABLE_H__ > - > -#endif /* __ASM_PPC_GRANT_TABLE_H__ */ Remov

[PATCH v4 13/14] xen: ifdef inclusion of in

2023-11-27 Thread Oleksii Kurochko
Ifdef-ing inclusion of allows to avoid generation of empty for cases when CONFIG_GRANT_TABLE is not enabled. The following changes were done for Arm: should be included directly because it contains gnttab_dom0_frames() macros which is unique for Arm and is used in arch/arm/domain_build.c. is #