Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: ABI: correct QEMU fw_cfg spec path

A few weeks ago, QEMU switched docs/specs/fw_cfg.txt to be
docs/specs/fw_cfg.rst, so update the reference in the kernel docs to
reflect this. Also add a link to the online documentation to make it
easier to find.

Cc: Simon Sapin <simon.sapin@exyr.org>
Cc: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://lore.kernel.org/r/20220720123131.341755-1-Jason@zx2c4.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Jason A. Donenfeld and committed by
Jonathan Corbet
40b1aa59 bb6279d8

+3 -2
+3 -2
Documentation/ABI/testing/sysfs-firmware-qemu_fw_cfg
··· 12 12 configuration data to the guest userspace. 13 13 14 14 The authoritative guest-side hardware interface documentation 15 - to the fw_cfg device can be found in "docs/specs/fw_cfg.txt" 16 - in the QEMU source tree. 15 + to the fw_cfg device can be found in "docs/specs/fw_cfg.rst" 16 + in the QEMU source tree, or online at: 17 + https://qemu-project.gitlab.io/qemu/specs/fw_cfg.html 17 18 18 19 **SysFS fw_cfg Interface** 19 20