1. 20 11月, 2014 2 次提交
    • A
      kvm: Fix memory slot page alignment logic · f2a64032
      Alexander Graf 提交于
      Memory slots have to be page aligned to get entered into KVM. There
      is existing logic that tries to ensure that we pad memory slots that
      are not page aligned to the biggest region that would still fit in the
      alignment requirements.
      
      Unfortunately, that logic is broken. It tries to calculate the start
      offset based on the region size.
      
      Fix up the logic to do the thing it was intended to do and document it
      properly in the comment above it.
      
      With this patch applied, I can successfully run an e500 guest with more
      than 3GB RAM (at which point RAM starts overlapping subpage memory regions).
      
      Cc: qemu-stable@nongnu.org
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      f2a64032
    • F
      target-ppc: Fix breakpoint registers for e300 · 3ade1a05
      Fabien Chouteau 提交于
      In the previous patch, the registers were added to init_proc_G2LE
      instead of init_proc_e300.
      Signed-off-by: NFabien Chouteau <chouteau@adacore.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      3ade1a05
  2. 19 11月, 2014 3 次提交
  3. 18 11月, 2014 19 次提交
  4. 17 11月, 2014 10 次提交
  5. 15 11月, 2014 1 次提交
  6. 14 11月, 2014 5 次提交