diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-14 20:57:13 +0200 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-10-04 11:03:54 -0700 |
commit | 8c7907a1807b681b2ccf1ca339e7f841b2ecf877 (patch) | |
tree | 6d7f399d8f3c625ab16d08b87835079481d58cbb /MAINTAINERS | |
parent | fe0007f3c1d7254ef738c36997ef7dbd4e5e36b3 (diff) | |
download | qemu-8c7907a1807b681b2ccf1ca339e7f841b2ecf877.zip qemu-8c7907a1807b681b2ccf1ca339e7f841b2ecf877.tar.gz qemu-8c7907a1807b681b2ccf1ca339e7f841b2ecf877.tar.bz2 |
exec: Rename target specific page-vary.c -> page-vary-target.c
This matches the target agnostic 'page-vary-common.c' counterpart.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-8-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f82b78a..cb2dbd9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -141,7 +141,7 @@ F: softmmu/cpus.c F: softmmu/watchpoint.c F: cpu-common.c F: cpu-target.c -F: page-vary.c +F: page-vary-target.c F: page-vary-common.c F: accel/tcg/ F: accel/stubs/tcg-stub.c |