1. 08 6月, 2017 1 次提交
  2. 07 6月, 2017 1 次提交
  3. 05 6月, 2017 1 次提交
    • E
      Expose resource control capabilities for caches · 0ab409cc
      Eli Qiao 提交于
      Add cache resource control into capabilities for CAT without CDP:
      
        <cache>
          <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
            <control min='768' unit='KiB' scope='both' max_allocation='4'/>
          </bank>
        </cache>
      
      and with CDP:
      
        <cache>
          <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
            <control min='768' unit='KiB' scope='code' max_allocation='4'/>
            <control min='768' unit='KiB' scope='data' max_allocation='4'/>
          </bank>
        </cache>
      
      Also add new test cases for vircaps2xmltest.
      Signed-off-by: NEli Qiao <liyong.qiao@intel.com>
      0ab409cc
  4. 02 6月, 2017 2 次提交
  5. 01 6月, 2017 3 次提交
  6. 31 5月, 2017 1 次提交
    • M
      qemu: mkdir memory_backing_dir on startup · 3bab51e0
      Michal Privoznik 提交于
      In 48d9e6cd and friends we've allowed users to back guest
      memory by a file inside the host. And in order to keep things
      manageable the memory_backing_dir variable was introduced to
      qemu.conf to specify the directory where the files are kept.
      However, libvirt's policy is that directories are created on
      domain startup if they don't exist. We've missed this one.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      3bab51e0
  7. 26 5月, 2017 5 次提交
  8. 22 5月, 2017 1 次提交
  9. 18 5月, 2017 4 次提交
  10. 16 5月, 2017 1 次提交
  11. 15 5月, 2017 4 次提交
  12. 12 5月, 2017 1 次提交
  13. 09 5月, 2017 3 次提交
  14. 06 5月, 2017 1 次提交
  15. 04 5月, 2017 2 次提交
  16. 03 5月, 2017 2 次提交
  17. 28 4月, 2017 7 次提交