OSDN Git Service

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>
43 files changed:
MAINTAINERS
accel/tcg/icount-common.c
docs/devel/qtest.rst
include/sysemu/cpu-timers-internal.h [moved from softmmu/timers-state.h with 100% similarity]
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/trace.h [deleted file]
system/arch_init.c [moved from softmmu/arch_init.c with 100% similarity]
system/async-teardown.c [moved from softmmu/async-teardown.c with 100% similarity]
system/balloon.c [moved from softmmu/balloon.c with 100% similarity]
system/bootdevice.c [moved from softmmu/bootdevice.c with 100% similarity]
system/cpu-throttle.c [moved from softmmu/cpu-throttle.c with 100% similarity]
system/cpu-timers.c [moved from softmmu/cpu-timers.c with 99% similarity]
system/cpus.c [moved from softmmu/cpus.c with 100% similarity]
system/datadir.c [moved from softmmu/datadir.c with 100% similarity]
system/device_tree.c [moved from softmmu/device_tree.c with 100% similarity]
system/dirtylimit.c [moved from softmmu/dirtylimit.c with 100% similarity]
system/dma-helpers.c [moved from softmmu/dma-helpers.c with 100% similarity]
system/globals.c [moved from softmmu/globals.c with 100% similarity]
system/ioport.c [moved from softmmu/ioport.c with 100% similarity]
system/main.c [moved from softmmu/main.c with 100% similarity]
system/memory.c [moved from softmmu/memory.c with 100% similarity]
system/memory_mapping.c [moved from softmmu/memory_mapping.c with 100% similarity]
system/meson.build [moved from softmmu/meson.build with 100% similarity]
system/physmem.c [moved from softmmu/physmem.c with 99% similarity]
system/qdev-monitor.c [moved from softmmu/qdev-monitor.c with 100% similarity]
system/qemu-seccomp.c [moved from softmmu/qemu-seccomp.c with 100% similarity]
system/qtest.c [moved from softmmu/qtest.c with 100% similarity]
system/rtc.c [moved from softmmu/rtc.c with 100% similarity]
system/runstate-action.c [moved from softmmu/runstate-action.c with 100% similarity]
system/runstate-hmp-cmds.c [moved from softmmu/runstate-hmp-cmds.c with 100% similarity]
system/runstate.c [moved from softmmu/runstate.c with 100% similarity]
system/tpm-hmp-cmds.c [moved from softmmu/tpm-hmp-cmds.c with 100% similarity]
system/tpm.c [moved from softmmu/tpm.c with 100% similarity]
system/trace-events [moved from softmmu/trace-events with 100% similarity]
system/trace.h [new file with mode: 0644]
system/vl.c [moved from softmmu/vl.c with 100% similarity]
system/watchpoint.c [moved from softmmu/watchpoint.c with 100% similarity]
tests/unit/meson.build