This is the final part for the live migration feature. It contains functions related to the live migration process and enables it.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/vm/vm_object.c | ||
---|---|---|
2690 ↗ | (On Diff #105516) | Could you point in the reviews Part[1-3] where is this function called? And question about VPO_VMM_DIRTY bit. How it works with PTE ? I guess with PTE this bit will not set on the memory already passed to VM. |
sys/vm/vm_object.c | ||
---|---|---|
2690 ↗ | (On Diff #105516) | *EPT* |
sys/vm/vm_page.h | ||
---|---|---|
298 ↗ | (On Diff #105516) | What if check "m->dirty == VM_PAGE_BITS_ALL" instead of introducing that new flag ? |