1. 22 12月, 2016 1 次提交
    • A
      m4/virt-arg: Rename LIBVIRT_ARG_WITH* macros · e64f2fab
      Andrea Bolognani 提交于
      LIBVIRT_ARG_WITH_ALT is more generic than LIBVIRT_ARG_WITH, which
      is tailored at switching features on and off.
      
      Rename the macros according to their intended purpose, and add
      some documentation to help developers pick between the two.
      e64f2fab
  2. 21 12月, 2016 3 次提交
  3. 11 7月, 2016 1 次提交
    • F
      gnulib: add getopt module · b436a8ae
      Fabian Freyer 提交于
      Unconditionally use gnulib's getopt module. This is needed by the bhyve driver
      to provide a reentrant interface for getopt.
      
      Several gnulib headers rely on features.h being included by ctype.h to provide
      __GNUC_PREREQ, but on systems without glibc, this is not provided. In these
      cases __GNUC_PREREQ gets redefined to 0, which causes build errors from checks
      in src/internal.h.
      Therefore, define __GNUC_PREREQ as early as possible. config-post.h is probably
      the first header that is included, before any other headers.
      b436a8ae
  4. 09 6月, 2014 1 次提交
    • P
      m4: bhyve: Fix check for the required bhyve programs · df01390a
      Peter Krempa 提交于
      bhyveload and bhyvectl wouldn't be checked otherwise as the configure
      script wouldn't execute one of the tests:
      
      checking for bhyve... /usr/local/sbin/bhyve
      checking for bhyvectl... /usr/local/sbin/bhyvectl
      checking for bhyveload... /usr/local/sbin/bhyveload
      ./configure: line 62602: test: too many arguments
      
      Fix the shell statement testing the 3 binaries.
      df01390a
  5. 19 2月, 2014 1 次提交
    • R
      bhyve: add a basic driver · 0eb4a5f4
      Roman Bogorodskiy 提交于
      At this point it has a limited functionality and is highly
      experimental. Supported domain operations are:
      
        * define
        * start
        * destroy
        * dumpxml
        * dominfo
      
      It's only possible to have only one disk device and only one
      network, which should be of type bridge.
      0eb4a5f4