target/ppc: Fold ci_large_pages flag into PPCHash64Options
commit26cd35b8613881c410d5226e6dc56e7bfb4b83d1
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Mar 2018 03:32:48 +0000 (23 14:32 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Apr 2018 08:05:22 +0000 (27 18:05 +1000)
tree4a9b5ddd032caf4852e067364816261f52cb20b5
parent58969eeece99abd6d31d530ad371e789419ec9bf
target/ppc: Fold ci_large_pages flag into PPCHash64Options

The ci_large_pages boolean in CPUPPCState is only relevant to 64-bit hash
MMU machines, indicating whether it's possible to map large (> 4kiB) pages
as cache-inhibitied (i.e. for IO, rather than memory).  Fold it as another
flag into the PPCHash64Options structure.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
hw/ppc/spapr.c
target/ppc/cpu.h
target/ppc/kvm.c
target/ppc/mmu-hash64.c
target/ppc/mmu-hash64.h
target/ppc/translate_init.c