1. 20 6月, 2019 1 次提交
  2. 12 6月, 2018 1 次提交
  3. 28 5月, 2018 3 次提交
  4. 18 4月, 2018 1 次提交
  5. 25 9月, 2017 1 次提交
  6. 22 9月, 2016 1 次提交
  7. 25 6月, 2016 1 次提交
  8. 01 3月, 2016 3 次提交
  9. 29 5月, 2015 1 次提交
    • L
      debug: assure NULLSTR() around all %s args in debug at top of public APIs · e983e625
      Laine Stump 提交于
      There are also a couple that were very uninformatively just logging
      the value of the pointer rather than the string itself:
      
      * the "name" arg to virNodeDeviceLookupByName()
      * wwnn and wwpn args to virNodeDeviceLookupSCSIHostByWWN()
      
      All char*'s that make sense should now have their contents logged
      rather than the pointer, and all %s args should now be inside
      NULLSTR().
      e983e625
  10. 15 4月, 2015 1 次提交
  11. 02 3月, 2015 1 次提交
  12. 24 10月, 2014 11 次提交
  13. 23 10月, 2014 1 次提交
  14. 15 10月, 2014 1 次提交
  15. 01 10月, 2014 1 次提交
  16. 25 9月, 2014 2 次提交
    • M
      virNodeAllocPages: Disallow RO connection · 92b0577d
      Michal Privoznik 提交于
      Due to a missing check the API can be successfully called even if
      the connection is ReadOnly. Fortunately, the API hasn't been
      released yet, so there's no need for a CVE.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      92b0577d
    • M
      Introduce virNodeAllocPages · fa5c5580
      Michal Privoznik 提交于
      A long time ago in a galaxy far, far away it has been decided
      that libvirt will manage not only domains but host as well. And
      with my latest work on qemu driver supporting huge pages, we miss
      the cherry on top: an API to allocate huge pages on the run.
      Currently users are forced to log into the host and adjust the
      huge pages pool themselves.  However, with this API the problem
      is gone - they can both size up and size down the pool.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      fa5c5580
  17. 23 9月, 2014 1 次提交
  18. 18 9月, 2014 8 次提交