commit | ae53f8378d9a08af4e02e016a08992a9d9623708 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Wed Oct 26 12:42:51 2022 +0100 |
committer | Fuad Tabba <tabba@google.com> | Wed Nov 01 15:34:03 2023 +0000 |
tree | 673cd98939607b1e8211ee332875b67e039436a6 | |
parent | bd38b364d3e69ed9d8a21dcc9c948560a46d66ad [diff] |
KVM: arm64: Add protected_shared_mem statistic When using nVHE in protected mode, protected memory can be between host and a guest. Tracking this value is interesting from a debug perspective, to identify potential leaks. Keeping the count of memory sharing is easy, each share/unshare will return to the host where the accounting will take place. Signed-off-by: Vincent Donnefort <vdonnefort@google.com>