--- src/bhyve/bhyve_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index 23fab90..9dbb299 100644 --- a/src/bhyve/bhyve_driver.c +++ b/src/bhyve/bhyve_driver.c @@ -335,6 +335,7 @@ bhyveDomainDefineXML(virConnectPtr conn, const char *xml) 0, &oldDef))) goto cleanup; def = NULL; + vm->persistent = 1; dom = virGetDomain(conn, vm->def->name, vm->def->uuid); if (dom) -- 1.8.4.2 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list