]> git.proxmox.com Git - mirror_qemu.git/commit
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>
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]