From: BALATON Zoltan Date: Fri, 9 Feb 2024 00:05:05 +0000 (+0100) Subject: system: Move memory_ldst.c.inc to system X-Git-Tag: pull-vmclock-20250108~473^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0ccebcdcf4a1ee394fae415a0ebbec8a438ca2b5;p=users%2Fdwmw2%2Fqemu.git system: Move memory_ldst.c.inc to system This file is only used by system/physmem.c so move them together. Signed-off-by: BALATON Zoltan Reviewed-by: Peter Maydell Reviewed-by: Michael Tokarev Reviewed-by: Richard Henderson Signed-off-by: Michael Tokarev --- 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