[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] PPC: e500: Support more RAM
From: |
Alexander Graf |
Subject: |
[Qemu-devel] [PATCH 0/2] PPC: e500: Support more RAM |
Date: |
Fri, 7 Nov 2014 17:17:23 +0100 |
The e500 target today only supports 3.5GB of guest RAM. This can be too
little depending on your use case, so this patch set increases that limit
to a whopping 63.5GB!
Of course this change is too intrusive for 2.2, so I'm posting this
explicitly for 2.3.
Alex
Alexander Graf (2):
PPC: e500: Move CCSR definition to params
PPC: e500: Move CCSR and MMIO space to upper end of address space
hw/ppc/e500.c | 28 +++++++++++++---------------
hw/ppc/e500.h | 3 +++
hw/ppc/e500plat.c | 3 +++
hw/ppc/mpc8544ds.c | 3 +++
4 files changed, 22 insertions(+), 15 deletions(-)
--
1.8.1.4
- [Qemu-devel] [PATCH 0/2] PPC: e500: Support more RAM,
Alexander Graf <=