1. 18 5月, 2016 4 次提交
    • C
      xenFormatNet: correct `type=netfront' to 'type=vif' to match libxl · 03f8bba2
      Chunyan Liu 提交于
      According to current xl.cfg docs and xl codes, it uses type=vif
      instead of type=netfront.
      
      Currently after domxml-to-native, libvirt xml model=netfront will be
      converted to xl type=netfront. This has no problem before, xen codes
      for a long time just check type=ioemu, if not, set type to _VIF.
      
      Since libxl uses parse_nic_config to avoid duplicate codes, it
      compares 'type=vif' and 'type=ioemu' for valid parameters, others
      are considered as invalid, thus we have problem with type=netfront
      in xl config file.
       #xl create sles12gm-hvm.orig
       Parsing config from sles12gm-hvm.orig
       Invalid parameter `type'.
      
      Correct the conversion in libvirt, so that it matchs libxl codes
      and also xl.cfg.
      Signed-off-by: NChunyan Liu <cyliu@suse.com>
      03f8bba2
    • C
      extract XEN_CONFIG_FORMAT_XM/XL to xen_common.h · f1066d0d
      Chunyan Liu 提交于
      Unify XEN_CONFIG_FORMAT_x and LIBXL_CONFIG_FORMAT_x to
      XEN_CONFIG_FORMAT_x, and move to xen_common.h.
      Signed-off-by: NChunyan Liu <cyliu@suse.com>
      f1066d0d
    • F
      bhyve: implement virConnectIsSecure · ef45eb9b
      Fabian Freyer 提交于
      Trivially return 1, since bhyve is considered a local connection that
      should not be vulnerable to eavesdropping.
      ef45eb9b
    • F
      bhyve: Implement virConnectIsEncrypted · 32aa9ed3
      Fabian Freyer 提交于
      Being a local connection, bhyve does not support encryption. Therefore
      trivially return 0.
      32aa9ed3
  2. 17 5月, 2016 22 次提交
  3. 16 5月, 2016 14 次提交