diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:57:35 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-08-23 21:57:35 +0200 |
commit | c94950f9dca80387aab264c7aa4044feff76625c (patch) | |
tree | bf46ac0e969487b5ccdb1fc6899e9098349c17f4 /src/vm.rs | |
parent | 3b9f34189259c94a8fbd26bc16cd28d167282e35 (diff) | |
parent | 38cd31ed203999122c500d389de38bb051ce979e (diff) | |
download | mini-kvm-rs-c94950f9dca80387aab264c7aa4044feff76625c.tar.gz mini-kvm-rs-c94950f9dca80387aab264c7aa4044feff76625c.zip |
Merge remote-tracking branch 'origin/main'
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 |