1. 08 4月, 2015 1 次提交
  2. 19 3月, 2015 6 次提交
  3. 17 3月, 2015 3 次提交
  4. 16 3月, 2015 1 次提交
    • P
      conf: Replace access to def->mem.max_balloon with accessor functions · 4f9907cd
      Peter Krempa 提交于
      As there are two possible approaches to define a domain's memory size -
      one used with legacy, non-NUMA VMs configured in the <memory> element
      and per-node based approach on NUMA machines - the user needs to make
      sure that both are specified correctly in the NUMA case.
      
      To avoid this burden on the user I'd like to replace the NUMA case with
      automatic totaling of the memory size. To achieve this I need to replace
      direct access to the virDomainMemtune's 'max_balloon' field with
      two separate getters depending on the desired size.
      
      The two sizes are needed as:
      1) Startup memory size doesn't include memory modules in some
      hypervisors.
      2) After startup these count as the usable memory size.
      
      Note that the comments for the functions are future aware and document
      state that will be present after a few later patches.
      4f9907cd
  5. 13 3月, 2015 1 次提交
  6. 11 3月, 2015 3 次提交
  7. 25 2月, 2015 1 次提交
  8. 21 2月, 2015 2 次提交
  9. 19 2月, 2015 3 次提交
  10. 16 1月, 2015 4 次提交
  11. 07 1月, 2015 1 次提交
  12. 23 12月, 2014 1 次提交
  13. 16 12月, 2014 3 次提交
  14. 10 12月, 2014 10 次提交