[PATCH 0/6] Fix paths for relocated files

Sean Wei posted 6 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250616.qemu.relocated@sean.taipei
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Gustavo Romero <gustavo.romero@linaro.org>, Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Peter Maydell <peter.maydell@linaro.org>, Song Gao <gaosong@loongson.cn>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PATCH 0/6] Fix paths for relocated files
Posted by Sean Wei 5 months ago
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