1. 16 10月, 2019 2 次提交
  2. 04 2月, 2019 2 次提交
  3. 21 9月, 2018 1 次提交
  4. 14 7月, 2018 1 次提交
  5. 06 6月, 2018 1 次提交
  6. 18 4月, 2018 2 次提交
  7. 26 7月, 2017 1 次提交
    • P
      util: introduce virFileCache · ac3eb2ab
      Pavel Hrdina 提交于
      The new virFileCache will nicely handle the caching logic for any data
      that we would like to cache.  For each type of data we will just need
      to implement few handlers that will take care of creating, validating,
      loading and saving the cached data.
      
      The cached data must be an instance of virObject.
      
      Currently we cache QEMU capabilities which will start using
      virFileCache.
      Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
      Reviewed-by: NJiri Denemark <jdenemar@redhat.com>
      ac3eb2ab