]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
target/ppc: Add do_unaligned_access hook
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Jun 2018 16:19:09 +0000 (09:19 -0700)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 2 Jul 2018 23:56:52 +0000 (09:56 +1000)
commit0f3110fa67d3c3405202104f4833f1780e1a32bb
tree02db8f60340c1c83005493cfd2ed08c6a577a3cc
parent56f68439213f4fc002c602cee6f4e6863609cb88
target/ppc: Add do_unaligned_access hook

This allows faults from MO_ALIGN to have the same effect
as from gen_check_align.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/excp_helper.c
target/ppc/internal.h
target/ppc/translate_init.inc.c