]> Git Repo - qemu.git/commit - Makefile.target
softmmu: move softmmu only files from root
authorClaudio Fontana <[email protected]>
Mon, 29 Jun 2020 09:35:02 +0000 (11:35 +0200)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <20200629093504[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
17 files changed:
MAINTAINERS
Makefile.target
arch_init.c [deleted file]
balloon.c [deleted file]
cpus.c [deleted file]
ioport.c [deleted file]
memory.c [deleted file]
memory_mapping.c [deleted file]
qtest.c [deleted file]
softmmu/Makefile.objs
softmmu/arch_init.c [new file with mode: 0644]
softmmu/balloon.c [new file with mode: 0644]
softmmu/cpus.c [new file with mode: 0644]
softmmu/ioport.c [new file with mode: 0644]
softmmu/memory.c [new file with mode: 0644]
softmmu/memory_mapping.c [new file with mode: 0644]
softmmu/qtest.c [new file with mode: 0644]
This page took 0.027793 seconds and 4 git commands to generate.