Re: [libvirt] [PATCH 2/3] bhyve: implement bhyve argument parser

2016-06-01 Thread Fabian Freyer
On 01/06/16 10:21, 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: getopt is not thread safe, so can't use that here. There are a number of

[libvirt] [PATCH 2/3] bhyve: implement bhyve argument parser

2016-06-01 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