diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-16 22:00:40 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-16 22:00:40 +0200 |
commit | 6edfa1ba659319752cd3e0d24566a19de80cdac7 (patch) | |
tree | 13f3b8491d915e40f4495f4ba8215f236562b181 /src/vm.rs | |
parent | 6305e91acccbfbd7cbb31aefbb1dc9175c342c83 (diff) | |
download | mini-kvm-rs-6edfa1ba659319752cd3e0d24566a19de80cdac7.tar.gz mini-kvm-rs-6edfa1ba659319752cd3e0d24566a19de80cdac7.zip |
fix vcpu/vm doc
Diffstat (limited to 'src/vm.rs')
-rw-r--r-- | src/vm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ impl Vm { /// Map memory from userspace into the VM as `guest physical` memory starting at address /// `phys_addr`. - /// The underlying operation is the [`KVM_SET_USER_MEMORY_REGION`][kmv-set-user-memory-region] + /// The underlying operation is the [`KVM_SET_USER_MEMORY_REGION`][kvm-set-user-memory-region] /// ioctl. /// /// # Safety |