commit | e4ffc611904451a48d30b82d74eb9e6a0b22e4da | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Fri Sep 15 09:07:50 2023 +0100 |
committer | Fuad Tabba <tabba@google.com> | Wed Nov 01 15:37:07 2023 +0000 |
tree | 7dbbe423a7b85738b204ef54205a5b9f0531a4b5 | |
parent | e7cf427f7b55583dd5be3752313765dd6fa4e4a1 [diff] |
arm64: ioremap/iounmap use range for MMIO guard hypercalls The hypervisor can accept a range for the mmio guard hypercall. This intends to reduce back and forth between with the hypervisor. The feature is advertised via the KVM_FUNC_HAS_RANGE flag from the MEM_INFO HVC. Signed-off-by: Vincent Donnefort <vdonnefort@google.com>