]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Split off BookE handling from ppc_jumbo_xlate()
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:27:54 +0000 (01:27 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:08 +0000 (09:43 +1000)
commitba91e5d0276607fd6f862b498603f94c16ec0e07
tree6e934d20bf004ed99f112ed3f4316ba9a4bf88cf
parentaa30aa7d8e9232cb1bfdc4feb12b03095c2ff519
target/ppc: Split off BookE handling from ppc_jumbo_xlate()

Introduce ppc_booke_xlate() to handle BookE and BookE 2.06 cases to
reduce ppc_jumbo_xlate() further.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_common.c