summaryrefslogtreecommitdiffstats
path: root/include/exec/exec-all.h
diff options
context:
space:
mode:
authorDavid Gibson2018-03-29 09:29:38 +0200
committerDavid Gibson2018-04-27 10:05:22 +0200
commit67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 (patch)
tree93dd765ac703f1d48db281e541c309af53d9b14f /include/exec/exec-all.h
parenttarget/ppc: Get rid of POWERPC_MMU_VER() macros (diff)
downloadqemu-67d7d66f27c49a87c6f28ccff814f5d7eaaccec6.tar.gz
qemu-67d7d66f27c49a87c6f28ccff814f5d7eaaccec6.tar.xz
qemu-67d7d66f27c49a87c6f28ccff814f5d7eaaccec6.zip
target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options. This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions