Several files were renamed in previous commits, causing their entries in MAINTAINERS and source comments to reference outdated paths.
Update the filenames to reflect their current locations so that maintainer lookup works properly, and readers can find the correct files. The rename history can be verified using: git log -- <old_filename> git show --stat <latest_commit_id> I have also included the relevant commit IDs in each patch to make the review process easier. Sean Wei (6): MAINTAINERS: update docs file extensions (.txt -> .rst) MAINTAINERS: fix paths for relocated files MAINTAINERS: fix vendor capitalization (Vmware -> VMware) MAINTAINERS: fix VMware filename typo (vwm -> vmw) treewide: update docs file extensions (.txt -> .rst) in comments treewide: fix paths for relocated files in comments MAINTAINERS | 22 +++++++++++----------- docs/spin/tcg-exclusive.promela | 4 ++-- hw/acpi/nvdimm.c | 2 +- hw/acpi/pcihp.c | 2 +- hw/acpi/vmgenid.c | 6 +++--- hw/misc/ivshmem-flat.c | 2 +- hw/nvme/ctrl.c | 2 +- hw/ppc/spapr.c | 2 +- include/hw/acpi/pcihp.h | 2 +- include/hw/misc/ivshmem-flat.h | 2 +- target/arm/cpu.c | 2 +- target/loongarch/README | 2 +- tests/qtest/vmgenid-test.c | 2 +- 13 files changed, 26 insertions(+), 26 deletions(-) -- 2.49.0