]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: add command line parameter and parsing for migration
authorMihai Burcea <mihaiburcea15@gmail.com>
Mon, 19 Jun 2023 06:46:28 +0000 (08:46 +0200)
committerCorvin Köhne <corvink@FreeBSD.org>
Mon, 19 Jun 2023 06:47:35 +0000 (08:47 +0200)
commitc9fdd4f3cc18c03683de85318ba8d318f96b58c4
tree15ee8d8096495b333d49254a4c6be694aa7c923b
parent381ef27d7b7f9d9130b6b308d1d598d093d7cfba
bhyve: add command line parameter and parsing for migration

This covers warm and live migration.

Reviewed by: corvink
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D34717
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/bhyverun.c
usr.sbin/bhyve/migration.c [new file with mode: 0644]
usr.sbin/bhyve/migration.h [new file with mode: 0644]
usr.sbin/bhyve/snapshot.c
usr.sbin/bhyvectl/bhyvectl.8
usr.sbin/bhyvectl/bhyvectl.c