system: Rename softmmu/ directory as system/
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 4 Oct 2023 09:06:28 +0000 (11:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 8 Oct 2023 19:08:08 +0000 (21:08 +0200)
commit8d7f2e767d8cd058c817dbe31430b89f2e11535d
tree5b7c25cddf7e6c1b9dfc93c5169541e8c14e2901
parent01c85e60a4d0675f0ad203fe1fe119381e7ad15b
system: Rename softmmu/ directory as system/

The softmmu/ directory contains files specific to system
emulation. Rename it as system/. Update meson rules, the
MAINTAINERS file and all the documentation and comments.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004090629.37473-14-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
74 files changed:
MAINTAINERS
accel/tcg/icount-common.c
docs/devel/qtest.rst
include/sysemu/cpu-timers-internal.h [new file with mode: 0644]
include/sysemu/runstate-action.h
meson.build
scripts/checkpatch.pl
scripts/coverity-scan/COMPONENTS.md
scripts/get_maintainer.pl
scripts/oss-fuzz/build.sh
softmmu/arch_init.c [deleted file]
softmmu/async-teardown.c [deleted file]
softmmu/balloon.c [deleted file]
softmmu/bootdevice.c [deleted file]
softmmu/cpu-throttle.c [deleted file]
softmmu/cpu-timers.c [deleted file]
softmmu/cpus.c [deleted file]
softmmu/datadir.c [deleted file]
softmmu/device_tree.c [deleted file]
softmmu/dirtylimit.c [deleted file]
softmmu/dma-helpers.c [deleted file]
softmmu/globals.c [deleted file]
softmmu/ioport.c [deleted file]
softmmu/main.c [deleted file]
softmmu/memory.c [deleted file]
softmmu/memory_mapping.c [deleted file]
softmmu/meson.build [deleted file]
softmmu/physmem.c [deleted file]
softmmu/qdev-monitor.c [deleted file]
softmmu/qemu-seccomp.c [deleted file]
softmmu/qtest.c [deleted file]
softmmu/rtc.c [deleted file]
softmmu/runstate-action.c [deleted file]
softmmu/runstate-hmp-cmds.c [deleted file]
softmmu/runstate.c [deleted file]
softmmu/timers-state.h [deleted file]
softmmu/tpm-hmp-cmds.c [deleted file]
softmmu/tpm.c [deleted file]
softmmu/trace-events [deleted file]
softmmu/trace.h [deleted file]
softmmu/vl.c [deleted file]
softmmu/watchpoint.c [deleted file]
system/arch_init.c [new file with mode: 0644]
system/async-teardown.c [new file with mode: 0644]
system/balloon.c [new file with mode: 0644]
system/bootdevice.c [new file with mode: 0644]
system/cpu-throttle.c [new file with mode: 0644]
system/cpu-timers.c [new file with mode: 0644]
system/cpus.c [new file with mode: 0644]
system/datadir.c [new file with mode: 0644]
system/device_tree.c [new file with mode: 0644]
system/dirtylimit.c [new file with mode: 0644]
system/dma-helpers.c [new file with mode: 0644]
system/globals.c [new file with mode: 0644]
system/ioport.c [new file with mode: 0644]
system/main.c [new file with mode: 0644]
system/memory.c [new file with mode: 0644]
system/memory_mapping.c [new file with mode: 0644]
system/meson.build [new file with mode: 0644]
system/physmem.c [new file with mode: 0644]
system/qdev-monitor.c [new file with mode: 0644]
system/qemu-seccomp.c [new file with mode: 0644]
system/qtest.c [new file with mode: 0644]
system/rtc.c [new file with mode: 0644]
system/runstate-action.c [new file with mode: 0644]
system/runstate-hmp-cmds.c [new file with mode: 0644]
system/runstate.c [new file with mode: 0644]
system/tpm-hmp-cmds.c [new file with mode: 0644]
system/tpm.c [new file with mode: 0644]
system/trace-events [new file with mode: 0644]
system/trace.h [new file with mode: 0644]
system/vl.c [new file with mode: 0644]
system/watchpoint.c [new file with mode: 0644]
tests/unit/meson.build