]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: stop opening & passing connection to bhyveProcessStart
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 3 Feb 2025 15:11:32 +0000 (15:11 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 12 Feb 2025 18:05:35 +0000 (18:05 +0000)
commit354b455ec666e9e388233ab9da756d4318626d2c
tree874ac7a9d24114e42b14880da6b736459caf06af
parent2eb1de2a16b73f96112cfe3d7e3d91c75d1f806f
bhyve: stop opening & passing connection to bhyveProcessStart

A connection object is not required because autostarted domains are
never marked for autodestroy.

The comment about needing a connection for the network driver is
obsolete since we can auto-open a connection on demand.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_utils.h