On 5/25/20 4:54 PM, Claudio Fontana wrote: > move arch_init, balloon, cpus, ioport, memory, memory_mapping, qtest. > > They are all specific to CONFIG_SOFTMMU. > > Signed-off-by: Claudio Fontana <cfont...@suse.de> > --- > MAINTAINERS | 12 ++++++------ > Makefile.target | 7 ++----- > softmmu/Makefile.objs | 10 ++++++++++ > arch_init.c => softmmu/arch_init.c | 0
OK. > balloon.c => softmmu/balloon.c | 0 OK > cpus.c => softmmu/cpus.c | 0 I'm still not 100% convinced. > ioport.c => softmmu/ioport.c | 0 OK > memory.c => softmmu/memory.c | 0 OK > memory_mapping.c => softmmu/memory_mapping.c | 0 I am not sure (yet). > qtest.c => softmmu/qtest.c | 0 This one seems to belong to accel/ > 10 files changed, 18 insertions(+), 11 deletions(-) > rename arch_init.c => softmmu/arch_init.c (100%) > rename balloon.c => softmmu/balloon.c (100%) > rename cpus.c => softmmu/cpus.c (100%) > rename ioport.c => softmmu/ioport.c (100%) > rename memory.c => softmmu/memory.c (100%) > rename memory_mapping.c => softmmu/memory_mapping.c (100%) > rename qtest.c => softmmu/qtest.c (100%) What about the corresponding headers? [...]