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)
Mon, Jul 22, 1:57 PM
Unknown Object (File)
Mon, Jul 22, 4:08 AM
Unknown Object (File)
Sun, Jul 14, 7:56 AM
Unknown Object (File)
Sat, Jul 13, 7:15 AM
Unknown Object (File)
Fri, Jun 28, 11:07 AM
Unknown Object (File)
Jun 26 2024, 1:28 PM
Unknown Object (File)
Jun 24 2024, 11:00 AM
Unknown Object (File)
Jun 23 2024, 4:55 PM

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

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).