27 Jul
2026
27 Jul
'26
7:46 p.m.
On 7/25/26 10:52, Roman Bogorodskiy wrote:
Currently, eventThread cleanup is missing. Fix that by calling virBhyveDomainObjStopWorker() in virBhyveProcessStop() and un-referring the eventThread in bhyveDomainObjPrivateFree().
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> --- I think it would be nice to get this in before 12.6.0.
src/bhyve/bhyve_domain.c | 5 +++++ src/bhyve/bhyve_process.c | 2 ++ 2 files changed, 7 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal