]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Change partition-scope translate interface
authorNicholas Piggin <npiggin@gmail.com>
Tue, 20 Jun 2023 13:10:42 +0000 (23:10 +1000)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (22:41 +0200)
commit74574c3845a046174993092cdc3c03f481dc2cf3
tree5739db56995edff63e74c5f197a02ca36d089027
parent888050cf519eb5995424cf415f4f8f269de96824
target/ppc: Change partition-scope translate interface

Rather than always performing partition scope page table translation
with access type of 0 (MMU_DATA_LOAD), pass through the processor
access type which first initiated the translation sequence. Process-
scoped page table loads are then set to MMU_DATA_LOAD access type in
the xlate function.

This will allow more information to be passed to the exception
handler in the next patch.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/mmu-radix64.c