c1b37d90 | 01-May-2024 |
Mark Johnston <markj@FreeBSD.org> |
bhyvectl: Add arm64 bits and hook it up to the build
For now this implementation doesn't provide any machine dependent functionality on arm64, but it's enough to be able to reset and destroy VMs.
R
bhyvectl: Add arm64 bits and hook it up to the build
For now this implementation doesn't provide any machine dependent functionality on arm64, but it's enough to be able to reset and destroy VMs.
Reviewed by: jhb Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D44932
show more ...
|
062f2818 | 06-Mar-2023 |
Vitaliy Gusev <gusev.vitaliy@gmail.com> |
bhyvectl: don't permit using --suspend and --checkpoint at same time
When using the --suspend and --checkpoint parameter, bhyvectl will produce two checkpoint images and the exits. This is slightly
bhyvectl: don't permit using --suspend and --checkpoint at same time
When using the --suspend and --checkpoint parameter, bhyvectl will produce two checkpoint images and the exits. This is slightly ambiguous. So, permit only one of theses parameters at the same time.
Reviewed by: corvink, markj MFC after: 1 week Sponsored by: vStack Differential Revision: https://reviews.freebsd.org/D38887
show more ...
|