Actions
Feature #14087
closedBhyve exposes dirty page tracking interface
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
In order to support live migration, bhyve must support some interface for tracking dirty pages and exposing that information to userspace.
Files
Related issues
Updated by Dan Cross over 1 year ago
Testing: I wrote a one-off program to exercise the dirty-page tracking ioctl, started a VM, and ran it. I then stopped the VM, ran the program again twice, observing that in the second invocation no pages were dirtied.
Updated by Dan Cross over 1 year ago
- File dirty-track-ioctl-test.c dirty-track-ioctl-test.c added
(test program attached.)
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 8779b44894428ca4ea78d1bfe5381291f62e9c7d
commit 8779b44894428ca4ea78d1bfe5381291f62e9c7d Author: Dan Cross <cross@oxidecomputer.com> Date: 2021-12-14T21:57:24.000Z 14087 Bhyve exposes dirty page tracking interface Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
Updated by Patrick Mooney 19 days ago
- Related to Bug #15639: want more NPT bit operations in bhyve added
Actions