diff options
author | Claudio Imbrenda <[email protected]> | 2020-01-31 15:00:39 -0500 |
---|---|---|
committer | Christian Borntraeger <[email protected]> | 2020-02-27 19:47:11 +0100 |
commit | 5322781008a9dce894146ef71a09f1770062389a (patch) | |
tree | e61f27aa71edd2fb8c4b76006e1f51d296ef064f /scripts/bpf_helpers_doc.py | |
parent | d274995ec273b82dbbccc5521ab2132217f64952 (diff) |
KVM: s390/mm: handle guest unpin events
The current code tries to first pin shared pages, if that fails (e.g.
because the page is not shared) it will export them. For shared pages
this means that we get a new intercept telling us that the guest is
unsharing that page. We will unpin the page at that point in time,
following the same rules as for making a page secure (i.e. waiting for
writeback, no elevated page references, etc.)
Signed-off-by: Claudio Imbrenda <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
[[email protected]: patch merging, splitting, fixing]
Signed-off-by: Christian Borntraeger <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions