@@ -69,8 +69,8 @@ impl VmFd {
6969 /// # Arguments
7070 ///
7171 /// * `user_memory_region` - Guest physical memory slot. For details check the
72- /// `kvm_userspace_memory_region` structure in the
73- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
72+ /// `kvm_userspace_memory_region` structure in the
73+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
7474 ///
7575 /// # Safety
7676 ///
@@ -124,8 +124,8 @@ impl VmFd {
124124 /// # Arguments
125125 ///
126126 /// * `user_memory_region2` - Guest physical memory slot. For details check the
127- /// `kvm_userspace_memory_region2` structure in the
128- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
127+ /// `kvm_userspace_memory_region2` structure in the
128+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
129129 ///
130130 /// # Safety
131131 ///
@@ -378,7 +378,7 @@ impl VmFd {
378378 /// # Arguments
379379 ///
380380 /// * pit_config - PIT configuration. For details check the `kvm_pit_config` structure in the
381- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
381+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
382382 /// # Example
383383 ///
384384 /// ```rust
@@ -550,7 +550,7 @@ impl VmFd {
550550 /// # Arguments
551551 ///
552552 /// * kvm_msi - MSI message configuration. For details check the `kvm_msi` structure in the
553- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
553+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
554554 /// # Example
555555 ///
556556 /// In this example, the important function signal_msi() calling into
@@ -600,10 +600,10 @@ impl VmFd {
600600 /// # Arguments
601601 ///
602602 /// * kvm_irq_routing - IRQ routing configuration. Describe all routes
603- /// associated with GSI entries. For details check
604- /// the `kvm_irq_routing` and `kvm_irq_routing_entry`
605- /// structures in the
606- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
603+ /// associated with GSI entries. For details check
604+ /// the `kvm_irq_routing` and `kvm_irq_routing_entry`
605+ /// structures in the
606+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
607607 /// # Example
608608 ///
609609 /// ```rust
@@ -653,11 +653,11 @@ impl VmFd {
653653 /// # Arguments
654654 ///
655655 /// * `fd` - `EventFd` which will be signaled. When signaling, the usual `vmexit` to userspace
656- /// is prevented.
656+ /// is prevented.
657657 /// * `addr` - Address being written to.
658658 /// * `datamatch` - Limits signaling `fd` to only the cases where the value being written is
659- /// equal to this parameter. The size of `datamatch` is important and it must
660- /// match the expected size of the guest's write.
659+ /// equal to this parameter. The size of `datamatch` is important and it must
660+ /// match the expected size of the guest's write.
661661 ///
662662 /// # Example
663663 ///
@@ -1260,7 +1260,7 @@ impl VmFd {
12601260 /// # Arguments
12611261 ///
12621262 /// * `device`: device configuration. For details check the `kvm_create_device` structure in the
1263- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
1263+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
12641264 ///
12651265 /// # Example
12661266 ///
@@ -1323,8 +1323,8 @@ impl VmFd {
13231323 ///
13241324 /// # Arguments
13251325 /// * `kvi` - CPU target configuration (out). For details check the `kvm_vcpu_init`
1326- /// structure in the
1327- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
1326+ /// structure in the
1327+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
13281328 ///
13291329 /// # Example
13301330 ///
@@ -1358,8 +1358,8 @@ impl VmFd {
13581358 /// # Arguments
13591359 ///
13601360 /// * kvm_enable_cap - KVM capability structure. For details check the `kvm_enable_cap`
1361- /// structure in the
1362- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
1361+ /// structure in the
1362+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
13631363 ///
13641364 /// # Example
13651365 ///
@@ -1487,8 +1487,8 @@ impl VmFd {
14871487 /// # Arguments
14881488 ///
14891489 /// * kvm_create_guest_memfd - KVM create guest memfd structure. For details check the
1490- /// `kvm_create_guest_memfd` structure in the
1491- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
1490+ /// `kvm_create_guest_memfd` structure in the
1491+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
14921492 ///
14931493 /// # Example
14941494 ///
@@ -1539,8 +1539,8 @@ impl VmFd {
15391539 /// # Arguments
15401540 ///
15411541 /// * kvm_memory_attributes - KVM set memory attributes structure. For details check the
1542- /// `kvm_memory_attributes` structure in the
1543- /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
1542+ /// `kvm_memory_attributes` structure in the
1543+ /// [KVM API doc](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt).
15441544 ///
15451545 /// # Example
15461546 ///
0 commit comments