Re: [PATCH v3 3/9] xen/ppc: Introduce stub asm/static-shmem.h

2024-04-17 Thread Jan Beulich
On 10.04.2024 01:35, Shawn Anastasio wrote: > On 3/25/24 10:24 AM, Jan Beulich wrote: >> On 14.03.2024 23:15, Shawn Anastasio wrote: >>> Required for bootfdt.c to build. >>> >>> Signed-off-by: Shawn Anastasio >> >> As a temporary workaround this may be okay, but was the alternative >> considered t

Re: [PATCH v3 3/9] xen/ppc: Introduce stub asm/static-shmem.h

2024-04-09 Thread Shawn Anastasio
Hi Jan, On 3/25/24 10:24 AM, Jan Beulich wrote: > On 14.03.2024 23:15, Shawn Anastasio wrote: >> Required for bootfdt.c to build. >> >> Signed-off-by: Shawn Anastasio > > As a temporary workaround this may be okay, but was the alternative > considered to properly provide stubs in a single centra

Re: [PATCH v3 3/9] xen/ppc: Introduce stub asm/static-shmem.h

2024-03-25 Thread Jan Beulich
On 14.03.2024 23:15, Shawn Anastasio wrote: > Required for bootfdt.c to build. > > Signed-off-by: Shawn Anastasio As a temporary workaround this may be okay, but was the alternative considered to properly provide stubs in a single central place for anything !CONFIG_STATIC_SHM? Jan > --- /dev/n

[PATCH v3 3/9] xen/ppc: Introduce stub asm/static-shmem.h

2024-03-14 Thread Shawn Anastasio
Required for bootfdt.c to build. Signed-off-by: Shawn Anastasio --- xen/arch/ppc/include/asm/static-shmem.h | 12 1 file changed, 12 insertions(+) create mode 100644 xen/arch/ppc/include/asm/static-shmem.h diff --git a/xen/arch/ppc/include/asm/static-shmem.h b/xen/arch/ppc/includ