1. 03 4月, 2018 10 次提交
  2. 02 4月, 2018 3 次提交
  3. 01 4月, 2018 9 次提交
  4. 30 3月, 2018 1 次提交
  5. 28 3月, 2018 1 次提交
  6. 26 3月, 2018 5 次提交
  7. 24 3月, 2018 9 次提交
  8. 23 3月, 2018 2 次提交
    • D
      conf: avoid reporting errors when network driver is disabled · f0fd90d7
      Daniel P. Berrangé 提交于
      In previous releases all these methods were a no-op if the network
      driver is disabled. These helper methods are called unconditionally for
      all types of network interface, so must be no-ops if missing. Other code
      will already generate an error if the network driver is disabled and a
      NIC with type=network is used.
      Reviewed-by: NLaine Stump <laine@laine.org>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      f0fd90d7
    • D
      remote: remove some __sun conditionals · da1ade7a
      Daniel P. Berrangé 提交于
      The libvirtd daemon has some arbitrary logic to drop privileges, but
      only on Solaris platforms. This was added during Xen days, when Xen was
      the only driver running in libvirtd. There's no expectation or testing
      that this works with the new libxl stack, nor whether dropping
      privileges breaks any of the secondary drivers. Finally, we'll be
      splitting drivers out into their own independant daemons, so this won't
      be applicable to libvirtd in future anyway.
      
      The remote driver client meanwhile arbitrarily disables daemon
      auto-spawn when connecting as non-root, breaking a key feature of
      libvirt unprivileged connections.
      
      Since we've not had any contributions for Solaris since circa 2012
      and we don't do any CI testing we should consider this platform
      unmaintained and thus reasonable to remove this cruft. If someone steps
      forward to maintain Solaris again, this code would need re-evaluating to
      come up with something more targetted.
      
      There's various __sun conditionals in the Xen driver code, but those are
      not touched. This is all for the legacy Xen driver, which will be
      entirely removed at some point in future, so not benefit to hacking out
      just the Solaris parts.
      Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      da1ade7a