qemu-e2k/softmmu
Paolo Bonzini d9f24bf572 exec: split out non-softmmu-specific parts
Over the years, most parts of exec.c that were not specific to softmmu
have been moved to accel/tcg; what's left is mostly the low-level part
of the memory API, which includes RAMBlock and AddressSpaceDispatch.
However exec.c also hosts 4-500 lines of code for the target specific
parts of the CPU QOM object, plus a few functions for user-mode
emulation that do not have a better place (they are not TCG-specific so
accel/tcg/user-exec.c is not a good place either).

Move these parts to a new file, so that exec.c can be moved to
softmmu/physmem.c.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-10-12 11:50:22 -04:00
..
arch_init.c
balloon.c
bootdevice.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
cpu-throttle.c
cpu-timers.c cpus: prepare new CpusAccel cpu accelerator interface 2020-10-05 16:41:22 +02:00
cpus.c monitor: Use getter/setter functions for cur_mon 2020-10-09 07:08:19 +02:00
device_tree.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
dma-helpers.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
icount.c icount: rename functions to be consistent with the module name 2020-10-05 16:41:22 +02:00
ioport.c
main.c
memory_mapping.c
memory.c
meson.build exec: split out non-softmmu-specific parts 2020-10-12 11:50:22 -04:00
physmem.c exec: split out non-softmmu-specific parts 2020-10-12 11:50:22 -04:00
qdev-monitor.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
qemu-seccomp.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
qtest.c
timers-state.h
tpm.c softmmu: move more files to softmmu/ 2020-10-12 11:50:21 -04:00
trace-events
trace.h
vl.c icount: rename functions to be consistent with the module name 2020-10-05 16:41:22 +02:00