Re: [PATCH v3 2/2] VMD: Prevent vmd crashing when stopping a stopped vm

2017-09-08 Thread Mike Larkin
On Thu, Sep 07, 2017 at 04:47:53PM -0700, Carlos Cardenas wrote: > * Fix logic handling stopping a VM. Prevents VMD from crashing. > * Add additional error code to notify the user that a vm cannot be > stopped when not running. > * Add additional log_debug statements. > I split this one into

[PATCH v3 2/2] VMD: Prevent vmd crashing when stopping a stopped vm

2017-09-07 Thread Carlos Cardenas
* Fix logic handling stopping a VM. Prevents VMD from crashing. * Add additional error code to notify the user that a vm cannot be stopped when not running. * Add additional log_debug statements. diff --git usr.sbin/vmctl/vmctl.c usr.sbin/vmctl/vmctl.c index 64d82ca847d..d1517d0d26d 100644 ---