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

BALATON Zoltan posted 1 patch 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240209000505.B07D04E6049@zero.eik.bme.hu
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%)
[PATCH] system: Move memory_ldst.c.inc to system
Posted by BALATON Zoltan 5 months, 2 weeks ago
This file is only used by system/physmem.c so move them together.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 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/system/memory_ldst.c.inc
similarity index 100%
rename from memory_ldst.c.inc
rename to system/memory_ldst.c.inc
-- 
2.30.9
Re: [PATCH] system: Move memory_ldst.c.inc to system
Posted by Philippe Mathieu-Daudé 5 months, 2 weeks ago
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 <balaton@eik.bme.hu>
> ---
>   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/system/memory_ldst.c.inc
> similarity index 100%
> rename from memory_ldst.c.inc
> rename to system/memory_ldst.c.inc

Patched queued, thanks.
Re: [PATCH] system: Move memory_ldst.c.inc to system
Posted by Richard Henderson 5 months, 2 weeks ago
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 <balaton@eik.bme.hu>
> ---
>   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/system/memory_ldst.c.inc
> similarity index 100%
> rename from memory_ldst.c.inc
> rename to system/memory_ldst.c.inc

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
Re: [PATCH] system: Move memory_ldst.c.inc to system
Posted by Peter Maydell 5 months, 2 weeks ago
On Fri, 9 Feb 2024 at 00:06, BALATON Zoltan <balaton@eik.bme.hu> wrote:
>
> This file is only used by system/physmem.c so move them together.
>
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>  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/system/memory_ldst.c.inc
> similarity index 100%
> rename from memory_ldst.c.inc
> rename to system/memory_ldst.c.inc
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM