1. 26 5月, 2017 1 次提交
  2. 19 5月, 2017 2 次提交
  3. 27 4月, 2017 1 次提交
  4. 27 3月, 2017 1 次提交
    • P
      lib: Introduce event for tracking disk backing file write threshold · 085e794a
      Peter Krempa 提交于
      When using thin provisioning, management tools need to resize the disk
      in certain cases. To avoid having them to poll disk usage introduce an
      event which will be fired when a given offset of the storage is written
      by the hypervisor. Together with the API which will be added later, it
      will allow registering thresholds for given storage backing volumes and
      this event will then notify management if the threshold is exceeded.
      085e794a
  5. 17 3月, 2017 1 次提交
  6. 10 1月, 2017 1 次提交
  7. 09 1月, 2017 2 次提交
  8. 21 12月, 2016 1 次提交
    • G
      apparmor: pass attach_disconnected · 1a9148fb
      Guido Günther 提交于
      to cure
      
       + virsh lxc-enter-namespace --noseclabel sl /bin/ls /bin/ls
       libvirt:  error : Expected at least one file descriptor
       error: internal error: Child process (2714) unexpected exit status 125
      
      caused by
      
       apparmor="DENIED" operation="open" info="Failed name lookup - disconnected path" error=-13 profile="/usr/sbin/libvirtd" name="" pid=1422 comm="libvirtd" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
      1a9148fb
  9. 20 12月, 2016 1 次提交
  10. 15 12月, 2016 1 次提交
  11. 12 12月, 2016 2 次提交
  12. 10 10月, 2016 1 次提交
  13. 26 9月, 2016 1 次提交
  14. 15 8月, 2016 1 次提交
    • J
      Introduce node device update event as top level event · 43a6b37b
      Jovanka Gulicoska 提交于
      This event is emitted when a nodedev XML definition is updated,
      like when cdrom media is changed in a cdrom block device.
      
      Also includes node device update event implementation for udev
      backend, virsh nodedev-event support, and event-test support
      43a6b37b
  15. 02 8月, 2016 1 次提交
  16. 01 7月, 2016 1 次提交
    • J
      examples: check asprintf return value in client_info.c · aa7bb4f3
      Ján Tomko 提交于
      On error, asprintf returns -1 and the contents of the string
      pointer is undefined. In the rest of the libvirt code,
      the virAsprintf wrapper takes care of that.
      
      Check the return value and report a generic error, since we
      purposefully avoid linking to virutil.
      aa7bb4f3
  17. 26 6月, 2016 1 次提交
    • E
      examples: admin: Add some examples for the new admin APIs · fbb8205d
      Erik Skultety 提交于
      Some of the examples make use of asprintf and strtol functions (to keep
      things simple) which are prohibited to use within our code (enforced by
      syntax-check). Therefore besides adding some examples, this patch also updates
      cfg.mk to exclude examples directory from asprintf and strtol rules, as well as
      updates .gitignore to exclude all the new admin binaries created in the
      'examples' dir.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      fbb8205d
  18. 25 6月, 2016 1 次提交
  19. 17 6月, 2016 1 次提交
  20. 12 6月, 2016 1 次提交
  21. 20 5月, 2016 1 次提交
  22. 20 4月, 2016 1 次提交
    • M
      examples: Try harder to uninstall nwfilter · 25866ec6
      Michal Privoznik 提交于
      We have this code in our Makefile that tries to remove
      /etc/libvirt/nwfilter if directory is left empty after all our
      example nwfilters were uninstalled. However, the check for that
      is missing quotation marks thus rendering the test useless:
      
      test -z allow-arp.xml allow-dhcp-server.xml .. qemu-announce-self.xml || \
        rmdir "/some/path/libvirt.git/_install/etc/libvirt/nwfilter"
      /bin/sh: line 0: test: too many arguments
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      25866ec6
  23. 18 4月, 2016 15 次提交