]> git.proxmox.com Git - mirror_qemu.git/commit
softmmu: make do_unaligned_access a method of CPU
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Mar 2014 17:14:58 +0000 (18:14 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 14:10:31 +0000 (16:10 +0200)
commit93e22326d62d903b301e90bea71f0dbd0de858d3
tree5c15dc72fdb3db11f3af7476860c8be995008fcf
parentca0aa408167888d862df3e7f734f6b7b35bd556d
softmmu: make do_unaligned_access a method of CPU

We will reference it from more files in the next patch.  To avoid
ruining the small steps we're making towards multi-target, make
it a method of CPU rather than just a global.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 files changed:
include/exec/softmmu_template.h
include/qom/cpu.h
target-alpha/cpu-qom.h
target-alpha/cpu.c
target-alpha/mem_helper.c
target-mips/cpu-qom.h
target-mips/cpu.c
target-mips/op_helper.c
target-sparc/cpu-qom.h
target-sparc/cpu.c
target-sparc/ldst_helper.c
target-xtensa/cpu-qom.h
target-xtensa/cpu.c
target-xtensa/op_helper.c