Re: [libvirt] [PATCH] bhyve: allow to destroy only active domains

2014-03-17 Thread Daniel P. Berrange
On Sat, Mar 15, 2014 at 07:49:14PM +0400, Roman Bogorodskiy wrote: Add a check that domain is active before attempting to destroy it. --- src/bhyve/bhyve_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index

Re: [libvirt] [PATCH] bhyve: allow to destroy only active domains

2014-03-17 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: On Sat, Mar 15, 2014 at 07:49:14PM +0400, Roman Bogorodskiy wrote: Add a check that domain is active before attempting to destroy it. --- src/bhyve/bhyve_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/bhyve/bhyve_driver.c

[libvirt] [PATCH] bhyve: allow to destroy only active domains

2014-03-15 Thread Roman Bogorodskiy
Add a check that domain is active before attempting to destroy it. --- src/bhyve/bhyve_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index 9dbb299..60d49de 100644 --- a/src/bhyve/bhyve_driver.c +++ b/src/bhyve/bhyve_driver.c