1. 04 3月, 2016 1 次提交
    • P
      virt: Lift the maximum RAM limit from 30GB to 255GB · 71c27684
      Peter Maydell 提交于
      The virt board restricts guests to only 30GB of RAM. This is a
      hangover from the vexpress-a15 board, and there's no inherent reason
      for it. 30GB is smaller than you might reasonably want to provision
      a VM for on a beefy server machine. Raise the limit to 255GB.
      
      We choose 255GB because the available space we currently have
      below the 1TB boundary is up to the 512GB mark, but we don't
      want to paint ourselves into a corner by assigning it all to
      RAM. So we make half of it available for RAM, with the 256GB..512GB
      range available for future non-RAM expansion purposes.
      
      If we need to provide more RAM to VMs in the future then we need to:
       * allocate a second bank of RAM starting at 2TB and working up
       * fix the DT and ACPI table generation code in QEMU to correctly
         report two split lumps of RAM to the guest
       * fix KVM in the host kernel to allow guests with >40 bit address spaces
      
      The last of these is obviously the trickiest, but it seems
      reasonable to assume that anybody configuring a VM with a quarter
      of a terabyte of RAM will be doing it on a host with more than a
      terabyte of physical address space.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NChristoffer Dall <christoffer.dall@linaro.org>
      Tested-by: NWei Huang <wei@redhat.com>
      Message-id: 1456402182-11651-1-git-send-email-peter.maydell@linaro.org
      71c27684
  2. 26 2月, 2016 1 次提交
  3. 23 2月, 2016 1 次提交
  4. 20 2月, 2016 4 次提交
  5. 18 2月, 2016 1 次提交
  6. 16 2月, 2016 1 次提交
  7. 11 2月, 2016 2 次提交
  8. 09 2月, 2016 1 次提交
  9. 07 2月, 2016 2 次提交
  10. 03 2月, 2016 7 次提交
  11. 21 1月, 2016 6 次提交
  12. 19 1月, 2016 1 次提交
  13. 15 1月, 2016 2 次提交
  14. 13 1月, 2016 7 次提交
  15. 12 1月, 2016 1 次提交
  16. 23 12月, 2015 2 次提交