Re: [PATCH v4 1/6] xen/ppc: Introduce stub asm/static-shmem.h

2024-04-24 Thread Julien Grall
Hi Shawn, On 12/04/2024 04:55, Shawn Anastasio wrote: Required for bootfdt.c to build. AFAIU, this patch is only necessary in #4. So I would consider to fold it there as it doesn't seem to add any value alone. Signed-off-by: Shawn Anastasio --- Changes in v4: none xen/arch/ppc/include

[PATCH v4 1/6] xen/ppc: Introduce stub asm/static-shmem.h

2024-04-11 Thread Shawn Anastasio
Required for bootfdt.c to build. Signed-off-by: Shawn Anastasio --- Changes in v4: none 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