mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
treewide: update docs file extensions (.txt -> .rst) in comments
Several source comments still refer to docs with the old .txt extension that were previously converted to reStructuredText. Update these references to use the correct .rst extensions to maintain accurate in-tree documentation pointers. No functional changes. Related commits:50f8174c5c
(Jul 2021): docs/specs/acpi_nvdimm: Convert to rSTf054eb1c92
(Jul 2021): docs/specs/acpi_pci_hotplug: Convert to rST912fb3678b
(Sep 2023): docs/specs/vmgenid: Convert to rSTbb1cff6ee0
(Sep 2023): docs/specs/ivshmem-spec: Convert to rST55ff468f78
(Jan 2022): docs: Rename ppc-spapr-hotplug.txt to .rst Signed-off-by: Sean Wei <me@sean.taipei> Message-ID: <20250616.qemu.relocated.05@sean.taipei> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
8231feef53
commit
e06cd79138
8 changed files with 10 additions and 10 deletions
|
@ -535,7 +535,7 @@ nvdimm_dsm_no_payload(uint32_t func_ret_status, hwaddr dsm_mem_addr)
|
|||
|
||||
#define NVDIMM_QEMU_RSVD_HANDLE_ROOT 0x10000
|
||||
|
||||
/* Read FIT data, defined in docs/specs/acpi_nvdimm.txt. */
|
||||
/* Read FIT data, defined in docs/specs/acpi_nvdimm.rst. */
|
||||
static void nvdimm_dsm_func_read_fit(NVDIMMState *state, NvdimmDsmIn *in,
|
||||
hwaddr dsm_mem_addr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue