diff options
author | Alexander Duyck | 2020-05-27 06:14:07 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2020-06-09 20:18:04 +0200 |
commit | 91b867191ddf73c64f51ca2ddb489b922ed4058e (patch) | |
tree | 76ee97d9fcf00bde8e5f8af94c1cabc56e0e4179 /MAINTAINERS | |
parent | virtio-balloon: Implement support for page poison reporting feature (diff) | |
download | qemu-91b867191ddf73c64f51ca2ddb489b922ed4058e.tar.gz qemu-91b867191ddf73c64f51ca2ddb489b922ed4058e.tar.xz qemu-91b867191ddf73c64f51ca2ddb489b922ed4058e.zip |
virtio-balloon: Provide an interface for free page reporting
Add support for free page reporting. The idea is to function very similar
to how the balloon works in that we basically end up madvising the page as
not being used. However we don't really need to bother with any deflate
type logic since the page will be faulted back into the guest when it is
read or written to.
This provides a new way of letting the guest proactively report free
pages to the hypervisor, so the hypervisor can reuse them. In contrast to
inflate/deflate that is triggered via the hypervisor explicitly.
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@linux.intel.com>
Message-Id: <20200527041407.12700.73735.stgit@localhost.localdomain>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions