mbox series

[v2,0/1] ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()

Message ID 20211110202516.1993815-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb() | expand

Message

Daniel Henrique Barboza Nov. 10, 2021, 8:25 p.m. UTC
Hi,

In this version, 'ea' is being changed to 'vaddr' instead of
'target_ulong' as suggested by Philippe.

v1 link: https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg02438.html


Daniel Henrique Barboza (1):
  ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()

 target/ppc/mmu_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)