Page MenuHomeFreeBSD

Warm Migration feature for bhyve
Needs ReviewPublic

Authored by elenamihailescu22_gmail.com on Jan 21 2021, 2:19 PM.
Tags
Referenced Files
Unknown Object (File)
Thu, Mar 21, 11:51 PM
Unknown Object (File)
Feb 26 2024, 4:20 AM
Unknown Object (File)
Feb 24 2024, 6:47 PM
Unknown Object (File)
Feb 21 2024, 2:34 PM
Unknown Object (File)
Feb 7 2024, 7:37 PM
Unknown Object (File)
Jan 14 2024, 4:45 PM
Unknown Object (File)
Dec 23 2023, 4:01 AM
Unknown Object (File)
Dec 22 2023, 9:27 AM

Details

Reviewers
jhb
Group Reviewers
bhyve
Summary

This patch presents an implementation of the warm migration feature for bhyve. The feature is a wrapper over the save/restore feature and sends the VM's state (memory, kernel structures, emulated devices) from a source host to a destination host over the network.

The features works only for IPv4 guests.

The usage of the feature is detailed here: Virtual Machine Migration using bhyve.

The patch was applied over https://github.com/FreeBSD-UPB/freebsd-src/commit/d26ef5c7ac830812f07a02787f25fed5d6f8609e.

Test Plan

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

elenamihailescu22_gmail.com edited the summary of this revision. (Show Details)

Rebased the code. The changes were added on top of d26ef5c7ac830812f07a02787f25fed5d6f8609e (from github.com/freebsd/freebsd-src).