diff options
author | Gustavo Romero <gustavo.romero@linaro.org> | 2025-05-04 21:56:37 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-09 23:49:26 +0300 |
commit | 67958690c8a14eb9451eb04815c125089e2ea4a5 (patch) | |
tree | 874021ca57390ff1a64a546e0803d466f97a7c8b | |
parent | a917fd7a930115ac09e9680b51776252234697ac (diff) | |
download | qemu-67958690c8a14eb9451eb04815c125089e2ea4a5.zip qemu-67958690c8a14eb9451eb04815c125089e2ea4a5.tar.gz qemu-67958690c8a14eb9451eb04815c125089e2ea4a5.tar.bz2 |
hw/i386/acpi-build: Update document reference
Update the reference for QEMU's ACPI PCI hotplug device interface. Also,
use the possessive form in the comment.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | hw/i386/acpi-build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.h b/hw/i386/acpi-build.h index 0dce155..275ec05 100644 --- a/hw/i386/acpi-build.h +++ b/hw/i386/acpi-build.h @@ -5,7 +5,7 @@ extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio; -/* PCI Hot-plug registers bases. See docs/spec/acpi_pci_hotplug.txt */ +/* PCI Hot-plug registers' base. See docs/specs/acpi_pci_hotplug.rst */ #define ACPI_PCIHP_SEJ_BASE 0x8 #define ACPI_PCIHP_BNMR_BASE 0x10 |