Re: vmctl: move some validations in start_vm()

2016-05-10 Thread Mike Larkin
On Sun, May 08, 2016 at 07:27:13PM +, Fabien Siron wrote: > Hi everyone, > > The following patch moves all the validations of the start command in > start_vm() as suggested in the comment. > > Index: main.c > === > RCS file: /cvs

Re: vmctl: move some validations in start_vm()

2016-05-09 Thread Hiltjo Posthuma
On Sun, May 08, 2016 at 07:27:13PM +, Fabien Siron wrote: > Hi everyone, > > The following patch moves all the validations of the start command in > start_vm() as suggested in the comment. > > Index: vmctl.c > === > RCS file: /cv

vmctl: move some validations in start_vm()

2016-05-08 Thread Fabien Siron
Hi everyone, The following patch moves all the validations of the start command in start_vm() as suggested in the comment. Index: main.c === RCS file: /cvs/src/usr.sbin/vmctl/main.c,v retrieving revision 1.16 diff -u -p -r1.16 main.c