mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
treewide: fix paths for relocated files in comments
After the docs directory restructuring, several comments refer to paths that no longer exist. Replace these references to the current file locations so readers can find the correct files. Related commits ---------------189c099f75(Jul 2021) docs: collect the disparate device emulation docs into one section Rename docs/system/{ => devices}/nvme.rst5f4c96b779(Feb 2023) docs/system/loongarch: update loongson3.rst and rename it to virt.rst Rename docs/system/loongarch/{loongson3.rst => virt.rst}fe0007f3c1(Sep 2023) exec: Rename cpu.c -> cpu-target.c Rename cpus-common.c => cpu-common.c42fa9665e5(Apr 2025) exec: Restrict 'cpu_ldst.h' to accel/tcg/ Rename include/{exec/cpu_ldst.h => accel/tcg/cpu-ldst.h} Signed-off-by: Sean Wei <me@sean.taipei> Message-ID: <20250616.qemu.relocated.06@sean.taipei> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
*
|
||||
* Usage
|
||||
* -----
|
||||
* See docs/system/nvme.rst for extensive documentation.
|
||||
* See docs/system/devices/nvme.rst for extensive documentation.
|
||||
*
|
||||
* Add options:
|
||||
* -drive file=<file>,if=none,id=<drive_id>
|
||||
|
||||
Reference in New Issue
Block a user