13 Jul
2026
13 Jul
'26
3:49 p.m.
On Sun, Jul 12, 2026 at 09:32:29 +0200, Roman Bogorodskiy wrote:
The virBhyveProcessStartImpl() function which implements domain start does not check if bhyve monitor open is successful. Check that and jump to the cleanup routines if it was not.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> --- src/bhyve/bhyve_process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>