Re: [PATCH] system: Move memory_ldst.c.inc to system

2024-02-12 Thread Philippe Mathieu-Daudé
On 9/2/24 01:05, BALATON Zoltan wrote: This file is only used by system/physmem.c so move them together. Signed-off-by: BALATON Zoltan --- memory_ldst.c.inc => system/memory_ldst.c.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename memory_ldst.c.inc => system/memory_ldst.c.inc

Re: [PATCH] system: Move memory_ldst.c.inc to system

2024-02-10 Thread Richard Henderson
On 2/8/24 14:05, BALATON Zoltan wrote: This file is only used by system/physmem.c so move them together. Signed-off-by: BALATON Zoltan --- memory_ldst.c.inc => system/memory_ldst.c.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename memory_ldst.c.inc => system/memory_ldst.c.inc

Re: [PATCH] system: Move memory_ldst.c.inc to system

2024-02-09 Thread Peter Maydell
On Fri, 9 Feb 2024 at 00:06, BALATON Zoltan wrote: > > This file is only used by system/physmem.c so move them together. > > Signed-off-by: BALATON Zoltan > --- > memory_ldst.c.inc => system/memory_ldst.c.inc | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename memory_ldst.c.inc => s

[PATCH] system: Move memory_ldst.c.inc to system

2024-02-08 Thread BALATON Zoltan
This file is only used by system/physmem.c so move them together. Signed-off-by: BALATON Zoltan --- memory_ldst.c.inc => system/memory_ldst.c.inc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename memory_ldst.c.inc => system/memory_ldst.c.inc (100%) diff --git a/memory_ldst.c.inc b/sy