diff mbox series

[PULL,13/15] system: Move memory_ldst.c.inc to system

Message ID 20240213080151.160839-14-mjt@tls.msk.ru
State New
Headers show
Series [PULL,01/15] hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize() | expand

Commit Message

Michael Tokarev Feb. 13, 2024, 8:01 a.m. UTC
From: BALATON Zoltan <balaton@eik.bme.hu>

This file is only used by system/physmem.c so move them together.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 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 mbox series

Patch

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