1. 12 3月, 2017 2 次提交
    • F
      bhyve: virBhyveProbeCaps: BHYVE_CAP_LPC_BOOTROM · b6ae1295
      Fabian Freyer 提交于
      Implement the BHACE_CAP_LPC_BOOTROM capability by checking the stderr
      output of 'bhyve -l bootrom'. If the bootrom option is unsupported, this
      will contain the following output:
      
          bhyve: invalid lpc device configuration 'bootrom'
      
      On newer bhyve versions that do support specifying a bootrom image, the
      standard help will be printed.
      b6ae1295
    • R
      virt-host-validate: add bhyve support · 321ff408
      Roman Bogorodskiy 提交于
      Add bhyve support to virt-host-validate(1). It checks for the
      essential kernel modules to be available so that user can actually
      start VMs, have networking and console access.
      
      It uses the kldnext(2)/kldstat(2) routines to retrieve modules list.
      As bhyve is only available on FreeBSD and these routines were available
      long before bhyve appeared, not adding any specific configure checks
      for that.
      
      Also, update tools/Makefile.am to add
      virt-host-validate-$driver.[hc] to the build only if the
      appropriate driver is enabled.
      321ff408
  2. 11 3月, 2017 1 次提交
    • J
      tests: Add createVHBAByStoragePool-by-parent to fchosttest · 0623945c
      John Ferlan 提交于
      Add a new test to fchosttest in order to test creation of our vHBA
      via the Storage Pool logic.  Unlike the real code, we cannot yet use
      the virVHBA* API's because they (currently) traverse the file system
      in order to get the parent vport capable scsi_host. Besides there's
      no "real" NPIV device here - so we have to take some liberties, at
      least for now.
      
      Instead, we'll follow the node device tests partially in order to
      create and destroy the vHBA with the test node devices.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      0623945c
  3. 10 3月, 2017 6 次提交
  4. 09 3月, 2017 15 次提交
  5. 08 3月, 2017 16 次提交