Re: [libvirt] [PATCH v2 4/5] bhyve: implement bhyve argument parser

2016-06-24 Thread Roman Bogorodskiy
Fabian Freyer wrote: > > > >Extra break; > >> +break; > >> +case 'I': > >> +/* While this flag was deprecated in FreeBSD r257423, keep > >> checking > >> + * for it for backwards compatibility. */ > >> +def->features[VIR_DOMAI

Re: [libvirt] [PATCH v2 4/5] bhyve: implement bhyve argument parser

2016-06-23 Thread Fabian Freyer
On 12/06/16 15:29, Roman Bogorodskiy wrote: > Fabian Freyer wrote: > >> A simpe getopt-based argument parser is added for the /usr/sbin/bhyve >> command, >> loosely based on its argument parser, which reads the following from the >> bhyve >> command line string: >> >> * vm name >> * number of

Re: [libvirt] [PATCH v2 4/5] bhyve: implement bhyve argument parser

2016-06-12 Thread Roman Bogorodskiy
Fabian Freyer wrote: > A simpe getopt-based argument parser is added for the /usr/sbin/bhyve command, > loosely based on its argument parser, which reads the following from the bhyve > command line string: > > * vm name > * number of vcpus > * memory size > * the time offset (UTC or localtime).

[libvirt] [PATCH v2 4/5] bhyve: implement bhyve argument parser

2016-06-12 Thread Fabian Freyer
A simpe getopt-based argument parser is added for the /usr/sbin/bhyve command, loosely based on its argument parser, which reads the following from the bhyve command line string: * vm name * number of vcpus * memory size * the time offset (UTC or localtime). This includes a capability check to see

[libvirt] [PATCH v2 4/5] bhyve: implement bhyve argument parser

2016-06-08 Thread Fabian Freyer
A simple getopt-based argument parser is added for the /usr/sbin/bhyve command, loosely based on its argument parser, which reads the following from the bhyve command line string: * vm name * number of vcpus * memory size * the time offset (UTC or localtime). This includes a capability check to se