qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sean Wei <me@sean.taipei>
To: qemu-devel@nongnu.org
Cc: Sean Wei <me@sean.taipei>
Subject: [PATCH 0/6] Fix paths for relocated files
Date: Mon, 16 Jun 2025 11:46:50 -0400	[thread overview]
Message-ID: <20250616.qemu.relocated@sean.taipei> (raw)

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



             reply	other threads:[~2025-06-16 15:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16 15:46 Sean Wei [this message]
2025-06-16 15:47 ` [PATCH 1/6] MAINTAINERS: update docs file extensions (.txt -> .rst) Sean Wei
2025-07-01 17:18   ` Thomas Huth
2025-06-16 15:48 ` [PATCH 2/6] MAINTAINERS: fix paths for relocated files Sean Wei
2025-07-01 17:24   ` Thomas Huth
2025-07-01 18:06     ` Sean Wei
2025-07-01 18:54       ` Thomas Huth
2025-06-16 15:49 ` [PATCH 3/6] MAINTAINERS: fix vendor capitalization (Vmware -> VMware) Sean Wei
2025-06-16 15:50 ` [PATCH 4/6] MAINTAINERS: fix VMware filename typo (vwm -> vmw) Sean Wei
2025-07-01 17:25   ` Thomas Huth
2025-06-16 15:50 ` [PATCH 5/6] treewide: update docs file extensions (.txt -> .rst) in comments Sean Wei
2025-07-01 17:28   ` Thomas Huth
2025-07-02  5:50   ` Harsh Prateek Bora
2025-06-16 15:51 ` [PATCH 6/6] treewide: fix paths for relocated files " Sean Wei
2025-07-01 17:32   ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250616.qemu.relocated@sean.taipei \
    --to=me@sean.taipei \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).