diff options
author | Radim Krčmář <rkrcmar@redhat.com> | 2017-03-09 17:48:42 +0300 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-03-09 17:48:42 +0300 |
commit | 6a29b512cf1ebc2ceff6dbc1a256dbde3e259a2b (patch) | |
tree | 7c66a24c51f551704fa49f5eafb2b94da49f603e /Documentation | |
parent | 05d8d34611139f8435af90ac54b65eb31e82e388 (diff) | |
parent | 955a3fc6d2a1c11d6d00bce4f3816100ce0530cf (diff) | |
download | linux-6a29b512cf1ebc2ceff6dbc1a256dbde3e259a2b.tar.xz |
Merge tag 'kvm-arm-for-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
KVM/ARM updates for v4.11-rc2
vgic updates:
- Honour disabling the ITS
- Don't deadlock when deactivating own interrupts via MMIO
- Correctly expose the lact of IRQ/FIQ bypass on GICv3
I/O virtualization:
- Make KVM_CAP_NR_MEMSLOTS big enough for large guests with
many PCIe devices
General bug fixes:
- Gracefully handle exception generated with syndroms that
the host doesn't understand
- Properly invalidate TLBs on VHE systems
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/virtual/kvm/api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 069450938b79..3c248f772ae6 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -951,6 +951,10 @@ This ioctl allows the user to create or modify a guest physical memory slot. When changing an existing slot, it may be moved in the guest physical memory space, or its flags may be modified. It may not be resized. Slots may not overlap in guest physical address space. +Bits 0-15 of "slot" specifies the slot id and this value should be +less than the maximum number of user memory slots supported per VM. +The maximum allowed slots can be queried using KVM_CAP_NR_MEMSLOTS, +if this capability is supported by the architecture. If KVM_CAP_MULTI_ADDRESS_SPACE is available, bits 16-31 of "slot" specifies the address space which is being modified. They must be |