1. 02 9月, 2015 1 次提交
  2. 03 8月, 2015 2 次提交
  3. 22 7月, 2015 1 次提交
    • C
      spec: Fix polkit dep on F23 · 6600f4f3
      Cole Robinson 提交于
      As of fedora polkit-0.113-2, polkit-devel only pulls in polkit-libs, not
      full polkit, but we need the latter for pkcheck otherwise our configure
      test fails.
      6600f4f3
  4. 02 7月, 2015 1 次提交
  5. 28 6月, 2015 2 次提交
  6. 17 6月, 2015 2 次提交
  7. 16 6月, 2015 2 次提交
    • M
      Add XML files with admin API specification · 878bf2a3
      Martin Kletzander 提交于
      No online docs are build from it since it doesn't really fit into our
      document structure and new page will need to be created for it, but this
      is at least a heads-up commit for easier parsing in order to build some
      documentation (or python bindings) later on.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      878bf2a3
    • M
      Add libvirt-admin library · 55e0c840
      Martin Kletzander 提交于
      Initial scratch of the admin library.  It has its own virAdmConnectPtr
      that inherits from virAbstractConnectPtr and thus trivially supports
      error reporting.
      
      There's pkg-config file added and spec-file adjusted as well.
      
      Since the library should be "minimalistic" and not depend on any other
      library, the list of files is especially crafted for it.  Most of them
      could've been put to it's own sub-libraries that would be LIBADD'd to
      libvirt_util, libvirt_net_rpc and libvirt_setuid_rpc_client to minimize
      the number of object files being built, but that's a refactoring that
      isn't the orginal aim of this commit.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      55e0c840
  8. 02 6月, 2015 1 次提交
    • J
      spec: fixes for recently introduced libxl conf files · df37c26e
      Jim Fehlig 提交于
      Commit 198cc1d3 introduced libxl-lockd and libxl-sanlock config
      files but forgot to add them to the spec file.  Follow-up commit
      62b18d98 added the files to daemon-driver-libxl, but missed adding
      them to the daemon package when configuring libvirt
      --without-driver-modules.  In addition, commit 62b18d98 added
      libxl-sanlock to daemon-driver-libxl, but it should be included
      in lock-sanlock when libvirt is configured --with-sanlock.
      df37c26e
  9. 01 6月, 2015 1 次提交
  10. 05 5月, 2015 2 次提交
    • J
      libxl: add logrotate config file · 77664cb4
      Jim Fehlig 提交于
      Add logrotate config for log files in /var/log/libvirt/libxl.
      77664cb4
    • C
      polkit: Allow password-less access for 'libvirt' group · e94979e9
      Cole Robinson 提交于
      Many users, who admin their own machines, want to be able to access
      system libvirtd via tools like virt-manager without having to enter
      a root password. Just google 'virt-manager without password' and
      you'll find many hits. I've read at least 5 blog posts over the years
      describing slightly different ways of achieving this goal.
      
      Let's finally add official support for this.
      
      Install a polkit-1 rules file granting password-less auth for any user
      in the new 'libvirt' group. Create the group on RPM install
      
      https://bugzilla.redhat.com/show_bug.cgi?id=957300
      e94979e9
  11. 04 5月, 2015 1 次提交
  12. 30 4月, 2015 1 次提交
  13. 24 4月, 2015 2 次提交
  14. 23 4月, 2015 2 次提交
  15. 22 4月, 2015 1 次提交
  16. 16 4月, 2015 1 次提交
  17. 02 4月, 2015 1 次提交
  18. 05 3月, 2015 1 次提交
  19. 02 3月, 2015 1 次提交
  20. 29 1月, 2015 1 次提交
  21. 27 1月, 2015 1 次提交
  22. 16 12月, 2014 2 次提交
  23. 13 12月, 2014 1 次提交
  24. 09 12月, 2014 1 次提交
  25. 02 12月, 2014 2 次提交
  26. 24 11月, 2014 1 次提交
    • J
      spec: Automatically apply all patches with git · 1fd83607
      Jiri Denemark 提交于
      With this change, any patch declared in libvirt.spec with Patch[0-9]* is
      automatically applied in %prep. Unlike with the standard %patch[0-9]*,
      patches are applied with "git am" to avoid some unexpected results.
      However, as a result of this, all patches must be in the right format
      for "git am" to be able to apply them; they should ideally be generated
      from git using "git format-patch".
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      1fd83607
  27. 03 11月, 2014 1 次提交
  28. 25 10月, 2014 4 次提交
    • D
      Move virConnect related APIs out of libvirt.h.in · bcec07b9
      Daniel P. Berrange 提交于
      Create a new libvirt-host.h file to hold the public
      API definitions for the virConnect type. This header
      file is not self-contained, so applications will not directly
      include it. They will continue to #include <libvirt/libvirt.h>
      bcec07b9
    • D
      Move virDomain related APIs out of libvirt.h.in · 653a5e49
      Daniel P. Berrange 提交于
      Create a new libvirt-domain.h file to hold the public
      API definitions for the virDomain type. This header
      file is not self-contained, so applications will not directly
      include it. They will continue to #include <libvirt/libvirt.h>
      653a5e49
    • D
      Move virEvent related APIs out of libvirt.h.in · 6d9c5f37
      Daniel P. Berrange 提交于
      Create a new libvirt-event.h file to hold the public
      API definitions for the virEvent type. This header
      file is not self-contained, so applications will not directly
      include it. They will continue to #include <libvirt/libvirt.h>
      6d9c5f37
    • D
      Move virStoragePool/Vol related APIs out of libvirt.h.in · c9456e1a
      Daniel P. Berrange 提交于
      Create a new libvirt-storage.h file to hold the public
      API definitions for the virStorage/Vol type. This header
      file is not self-contained, so applications will not directly
      include it. They will continue to #include <libvirt/libvirt.h>
      c9456e1a