1. 25 2月, 2020 4 次提交
  2. 24 2月, 2020 1 次提交
  3. 14 2月, 2020 1 次提交
  4. 07 2月, 2020 1 次提交
  5. 04 2月, 2020 1 次提交
  6. 02 2月, 2020 3 次提交
  7. 30 1月, 2020 2 次提交
  8. 29 1月, 2020 1 次提交
  9. 27 1月, 2020 1 次提交
    • D
      libvirt: pass a directory path into drivers for embedded usage · 207709a0
      Daniel P. Berrangé 提交于
      The intent here is to allow the virt drivers to be run directly embedded
      in an arbitrary process without interfering with libvirtd. To achieve
      this they need to store all their configuration & state in a separate
      directory tree from the main system or session libvirtd instances.
      
      This can be useful for doing testing of the virt drivers in "make check"
      without interfering with the user's own libvirtd instances.
      
      It can also be used for applications using KVM/QEMU as a piece of
      infrastructure to build an service, rather than for general purpose
      OS hosting. A long standing example is libguestfs, which would prefer
      if its temporary VMs did show up in the main libvirtd VM list, because
      this confuses apps such as OpenStack Nova. A more recent example would
      be Kata which is using KVM as a technology to build containers.
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NCole Robinson <crobinso@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      207709a0
  10. 22 1月, 2020 1 次提交
  11. 17 1月, 2020 4 次提交
  12. 16 1月, 2020 1 次提交
  13. 07 1月, 2020 1 次提交
  14. 03 1月, 2020 1 次提交
  15. 17 12月, 2019 4 次提交
  16. 16 12月, 2019 1 次提交
    • M
      configure: Provide OpenRC scripts for sub-daemons · 49c6fe62
      Michal Privoznik 提交于
      There is plenty of distributions that haven't switched to
      systemd nor they force their users to (Gentoo, Alpine Linux to
      name a few). With the daemon split merged their only option is to
      still use the monolithic daemon which will go away eventually.
      Provide init scripts for these distros too.
      
      For now, I'm not introducing config files which would correspond
      to the init files except for libvirtd and virtproxyd init scripts
      where it might be desirable to tweak the command line of
      corresponding daemons.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      49c6fe62
  17. 12 12月, 2019 3 次提交
  18. 10 12月, 2019 1 次提交
  19. 09 12月, 2019 8 次提交