1. 25 11月, 2017 1 次提交
  2. 17 10月, 2017 1 次提交
    • P
      util: storagefile: Add helpers to check presence of backing store · 0a294a8e
      Peter Krempa 提交于
      Add helpers that will simplify checking if a backing file is valid or
      whether it has backing store. The helper virStorageSourceIsBacking
      returns true if the given virStorageSource is a valid backing store
      member. virStorageSourceHasBacking returns true if the virStorageSource
      has a backing store child.
      
      Adding these functions creates a central points for further refactors.
      0a294a8e
  3. 26 7月, 2017 1 次提交
  4. 25 7月, 2017 1 次提交
  5. 15 3月, 2017 1 次提交
  6. 23 2月, 2017 1 次提交
    • M
      qemu_cgroup: Only try to allow devices if devices CGroup's available · 3cddd63a
      Michal Privoznik 提交于
      When a domain needs an access to some device (be it a disk, RNG,
      chardev, whatever), we have to allow it in the devices CGroup (if
      it is available), because by default we disallow all the devices.
      But some of the functions that are responsible for setting up
      devices CGroup are lacking check whether there is any CGroup
      available. Thus users might be unable to hotplug some devices:
      
        virsh # attach-device fedora rng.xml
        error: Failed to attach device from rng.xml
        error: internal error: Controller 'devices' is not mounted
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      3cddd63a
  7. 20 2月, 2017 7 次提交
  8. 15 12月, 2016 1 次提交
  9. 25 11月, 2016 3 次提交
  10. 23 11月, 2016 2 次提交
  11. 12 11月, 2016 1 次提交
  12. 22 10月, 2016 1 次提交
  13. 14 9月, 2016 1 次提交
  14. 13 9月, 2016 1 次提交
  15. 07 9月, 2016 1 次提交
  16. 11 7月, 2016 1 次提交
  17. 23 5月, 2016 1 次提交
  18. 19 5月, 2016 1 次提交
  19. 11 4月, 2016 1 次提交
  20. 01 3月, 2016 2 次提交
  21. 18 2月, 2016 1 次提交
  22. 17 2月, 2016 8 次提交
  23. 09 2月, 2016 1 次提交
    • P
      qemu: iothread: Aggregate code to set IOThread tuning · 1dcc4c7f
      Peter Krempa 提交于
      Rather than iterating 3 times for various settings this function
      aggregates all the code into single place. One of the other advantages
      is that it can then be reused for properly setting IOThread info on
      hotplug.
      1dcc4c7f