Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* When configuring guest memory with KVM, check the logger flags to see if dirty page logging was enabled. If so, configure it via the KVM_MEM_LOG_DIRTY_PAGES flags. * When logging metrics, check the logger flags to see if dirty page logging was enabled. If so, get the dirty page bitmap via the KVM_GET_DIRTY_LOG ioctl and log the corresponding metric. * Complete documentation in kvm/src/lib.rs. Signed-off-by: Marc Brooker <[email protected]>
- Loading branch information