hypervisor: remove invalid url
Reference link to set_device_attribut for aarch64 is invalid. Looks like the code browsing does not have the reference anymore. Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
parent
8fd8523042
commit
ad9a1878bf
1 changed files with 1 additions and 3 deletions
|
|
@ -216,9 +216,7 @@ impl KvmGicV3Its {
|
|||
0,
|
||||
)?;
|
||||
|
||||
/* Finalize the GIC.
|
||||
* See https://code.woboq.org/linux/linux/virt/kvm/arm/vgic/vgic-kvm-device.c.html#211.
|
||||
*/
|
||||
// Finalize the GIC.
|
||||
Self::set_device_attribute(
|
||||
&self.device,
|
||||
kvm_bindings::KVM_DEV_ARM_VGIC_GRP_CTRL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue