Page MenuHomeFreeBSD

Live Migration feature for bhyve [Part 2]
Needs ReviewPublic

Authored by mihaiburcea15_gmail.com on Apr 6 2022, 11:52 PM.
Tags
Referenced Files
Unknown Object (File)
Mon, Apr 29, 11:43 AM
Unknown Object (File)
Mon, Apr 22, 6:53 AM
Unknown Object (File)
Fri, Apr 19, 9:03 AM
Unknown Object (File)
Sat, Apr 13, 12:17 AM
Unknown Object (File)
Apr 6 2024, 12:19 PM
Unknown Object (File)
Mar 22 2024, 8:30 AM
Unknown Object (File)
Mar 22 2024, 8:17 AM
Unknown Object (File)
Mar 22 2024, 8:14 AM

Details

Reviewers
corvink
Group Reviewers
bhyve
Summary

This is the final part for the live migration feature. It contains functions related to the live migration process and enables it.

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 ?

elenamihailescu22_gmail.com changed the visibility from "All Users" to "Public (No Login Required)".Apr 1 2023, 5:01 AM