]> git.proxmox.com Git - mirror_qemu.git/commit
softmmu: introduce cpu_ldst.h
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Mar 2014 18:42:10 +0000 (19:42 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 14:10:33 +0000 (16:10 +0200)
commitf08b617018e424134a0a012b08253d567c62f7ee
tree1f72a2dae3031c4d06bc301c8413c524ca24ef07
parent1d854765dfdf9649c129af6d27e308fc638ede58
softmmu: introduce cpu_ldst.h

This will collect all load and store helpers soon.  For now
it is just a replacement for softmmu_exec.h, which this patch
stops including directly, but we also include it where this will
be necessary in order to simplify the next patch.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
50 files changed:
bsd-user/qemu.h
cputlb.c
include/exec/cpu_ldst.h [new file with mode: 0644]
linux-user/qemu.h
monitor.c
target-alpha/mem_helper.c
target-alpha/translate.c
target-arm/arm_ldst.h
target-arm/helper.c
target-arm/op_helper.c
target-cris/helper.c
target-cris/op_helper.c
target-cris/translate.c
target-i386/fpu_helper.c
target-i386/mem_helper.c
target-i386/misc_helper.c
target-i386/seg_helper.c
target-i386/svm_helper.c
target-i386/translate.c
target-lm32/op_helper.c
target-lm32/translate.c
target-m68k/op_helper.c
target-m68k/translate.c
target-microblaze/op_helper.c
target-microblaze/translate.c
target-mips/op_helper.c
target-mips/translate.c
target-moxie/helper.c
target-moxie/translate.c
target-openrisc/mmu_helper.c
target-openrisc/translate.c
target-ppc/excp_helper.c
target-ppc/mem_helper.c
target-ppc/mmu_helper.c
target-ppc/translate.c
target-s390x/fpu_helper.c
target-s390x/helper.c
target-s390x/mem_helper.c
target-s390x/misc_helper.c
target-s390x/translate.c
target-sh4/op_helper.c
target-sh4/translate.c
target-sparc/ldst_helper.c
target-sparc/translate.c
target-unicore32/op_helper.c
target-unicore32/translate.c
target-xtensa/op_helper.c
target-xtensa/translate.c
tci.c
user-exec.c