diff options
author | Alexander Graf | 2014-06-04 00:27:31 +0200 |
---|---|---|
committer | Alexander Graf | 2014-06-16 13:24:41 +0200 |
commit | deb6ed13ebfcd6c73548225347c5f63225bb471f (patch) | |
tree | ecaad95508799ff798d1b748ed5b19dff6f004b4 /scripts | |
parent | hw/pci-host/ppce500: Fix typo in vmstate definition (diff) | |
download | qemu-deb6ed13ebfcd6c73548225347c5f63225bb471f.tar.gz qemu-deb6ed13ebfcd6c73548225347c5f63225bb471f.tar.xz qemu-deb6ed13ebfcd6c73548225347c5f63225bb471f.zip |
PPC: e500: Fix TLB lookup for 32bit CPUs
When we run 32bit guest CPUs (or 32bit guest code on 64bit CPUs) on
qemu-system-ppc64 the TLB lookup will use the full effective address
as pointer.
However, only the first 32bits are valid when MSR.CM = 0. Check for
that condition.
This makes QEMU boot an e500v2 guest with more than 1G of RAM for me.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions