diff options
Diffstat (limited to 'Documentation/kvm/api.txt')
-rw-r--r-- | Documentation/kvm/api.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Documentation/kvm/api.txt b/Documentation/kvm/api.txt index ffba03f55bdf..7e415943a11e 100644 --- a/Documentation/kvm/api.txt +++ b/Documentation/kvm/api.txt | |||
@@ -226,17 +226,7 @@ Type: vm ioctl | |||
226 | Parameters: struct kvm_memory_alias (in) | 226 | Parameters: struct kvm_memory_alias (in) |
227 | Returns: 0 (success), -1 (error) | 227 | Returns: 0 (success), -1 (error) |
228 | 228 | ||
229 | struct kvm_memory_alias { | 229 | This ioctl is obsolete and has been removed. |
230 | __u32 slot; /* this has a different namespace than memory slots */ | ||
231 | __u32 flags; | ||
232 | __u64 guest_phys_addr; | ||
233 | __u64 memory_size; | ||
234 | __u64 target_phys_addr; | ||
235 | }; | ||
236 | |||
237 | Defines a guest physical address space region as an alias to another | ||
238 | region. Useful for aliased address, for example the VGA low memory | ||
239 | window. Should not be used with userspace memory. | ||
240 | 230 | ||
241 | 4.9 KVM_RUN | 231 | 4.9 KVM_RUN |
242 | 232 | ||