Re: [libvirt] [PATCH 2/4] bhyve: Move autostarting of domains into bhyveStateInitialize

2019-03-05 Thread Ján Tomko
On Mon, Mar 04, 2019 at 03:02:11PM +0100, Michal Privoznik wrote: The stateAutoStart callback will go away shortly. Therefore, move the autostart call into state initialize callback. Signed-off-by: Michal Privoznik --- src/bhyve/bhyve_driver.c | 12 ++-- 1 file changed, 2 insertions(+),

[libvirt] [PATCH 2/4] bhyve: Move autostarting of domains into bhyveStateInitialize

2019-03-04 Thread Michal Privoznik
The stateAutoStart callback will go away shortly. Therefore, move the autostart call into state initialize callback. Signed-off-by: Michal Privoznik --- src/bhyve/bhyve_driver.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve