]> xenbits.xensource.com Git - libvirt.git/commit
bhyve: monitor: Make bhyveMonitor a virClass
authorRyan Moeller <ryan@ixsystems.com>
Mon, 24 Feb 2020 06:46:16 +0000 (01:46 -0500)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 24 Feb 2020 17:24:58 +0000 (17:24 +0000)
commit30ab31a902e58e1d44f32840177454596bbb2f12
treed692f8ad00b857c65f0bf4f3cd725cb1cf468309
parentfd54da1ef25b6d0f193245c221ab33258912a692
bhyve: monitor: Make bhyveMonitor a virClass

This makes lifecycle management a bit easier thanks to ref counting, and
it is closer to what the qemu driver does.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
src/bhyve/bhyve_monitor.c