projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a6e36
)
KVM: x86: document special identity map address value
author
David Hildenbrand
<
[email protected]
>
Thu, 24 Aug 2017 18:51:35 +0000
(20:51 +0200)
committer
Paolo Bonzini
<
[email protected]
>
Thu, 12 Oct 2017 12:01:53 +0000
(14:01 +0200)
Setting it to 0 leads to setting it to the default value, let's document
this.
Reviewed-by: Radim Krčmář <
[email protected]
>
Signed-off-by: David Hildenbrand <
[email protected]
>
Signed-off-by: Radim Krčmář <
[email protected]
>
Documentation/virtual/kvm/api.txt
patch
|
blob
|
history
diff --git
a/Documentation/virtual/kvm/api.txt
b/Documentation/virtual/kvm/api.txt
index e63a35fafef0e153c30023e92622111006d1dd7c..22bc5a052a5d69995dbfb84c571a7b5b7a58284a 100644
(file)
--- a/
Documentation/virtual/kvm/api.txt
+++ b/
Documentation/virtual/kvm/api.txt
@@
-1124,6
+1124,9
@@
guest physical address space and must not conflict with any memory slot
or any mmio address. The guest may malfunction if it accesses this memory
region.
+Setting the address to 0 will result in resetting the address to its default
+(0xfffbc000).
+
This ioctl is required on Intel-based hosts. This is needed on Intel hardware
because of a quirk in the virtualization implementation (see the internals
documentation when it pops into existence).