OSDN Git Service

softmmu: move softmmu only files from root
authorClaudio Fontana <cfontana@suse.de>
Mon, 29 Jun 2020 09:35:02 +0000 (11:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 22:02:24 +0000 (18:02 -0400)
commitc7f419f5841a840f3b90e839ef014b94131e5df8
tree83e6cfae6c5de28dd6ca244a00c8eb2f5cf7a9d6
parent0b33521ea16463d7f942ddb2b354fa029c96231f
softmmu: move softmmu only files from root

move arch_init, balloon, cpus, ioport, memory, memory_mapping, qtest.

They are all specific to CONFIG_SOFTMMU.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200629093504.3228-2-cfontana@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
Makefile.target
softmmu/Makefile.objs
softmmu/arch_init.c [moved from arch_init.c with 100% similarity]
softmmu/balloon.c [moved from balloon.c with 100% similarity]
softmmu/cpus.c [moved from cpus.c with 100% similarity]
softmmu/ioport.c [moved from ioport.c with 100% similarity]
softmmu/memory.c [moved from memory.c with 100% similarity]
softmmu/memory_mapping.c [moved from memory_mapping.c with 100% similarity]
softmmu/qtest.c [moved from qtest.c with 100% similarity]