On Thu, Jan 05, 2023 at 05:29:58PM +0100, Peter Krempa wrote:
The rewrite is straightforward as bhyve registers only the
'bhyveProcessAutoDestroy' callback which by design doesn't need any
special handling (there's just one caller which can start the VM thus
implicitly there's only one possible registration for that function).
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/bhyve/bhyve_domain.c | 15 +++++++++++----
src/bhyve/bhyve_driver.c | 6 +-----
src/bhyve/bhyve_process.c | 9 +++------
src/bhyve/bhyve_utils.h | 2 --
4 files changed, 15 insertions(+), 17 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>