From 0bfa1603602e393a7c7849544a7c8f86ca787c4b Mon Sep 17 00:00:00 2001 From: Songqian Li Date: Thu, 7 Aug 2025 11:46:23 +0800 Subject: [PATCH] hypervisor: Replacing pdf link with new available link Replacing pdf link with new available link to fix the failed CI. Signed-off-by: Songqian Li --- hypervisor/src/kvm/aarch64/gic/dist_regs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/src/kvm/aarch64/gic/dist_regs.rs b/hypervisor/src/kvm/aarch64/gic/dist_regs.rs index af2d6022c..0aa3da76d 100644 --- a/hypervisor/src/kvm/aarch64/gic/dist_regs.rs +++ b/hypervisor/src/kvm/aarch64/gic/dist_regs.rs @@ -11,7 +11,7 @@ use crate::kvm::kvm_bindings::{ /* Distributor registers as detailed at page 456 from - https://static.docs.arm.com/ihi0069/c/IHI0069C_gic_architecture_specification.pdf. + https://developer.arm.com/documentation/ihi0069/c/?lang=en. Address offsets are relative to the Distributor base address defined by the system memory map. Unless otherwise stated in the register description, all GIC registers are 32-bits wide.