]> git.proxmox.com Git - qemu.git/commit
softmmu_header: pass CPUState to tlb_fill
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 4 Jul 2011 20:57:05 +0000 (20:57 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 09:31:26 +0000 (09:31 +0000)
commitbccd9ec5f098668576342c83d90d6d6833d61d33
treefa1cc26e01bd423b626d28c9cd9c9a6a286337dd
parentefbf29b6816416731e5dc420901a90430b6ea92d
softmmu_header: pass CPUState to tlb_fill

Pass CPUState pointer to tlb_fill() instead of architecture local
cpu_single_env hacks.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
15 files changed:
exec-all.h
softmmu_template.h
target-alpha/op_helper.c
target-arm/op_helper.c
target-cris/op_helper.c
target-i386/op_helper.c
target-lm32/op_helper.c
target-m68k/op_helper.c
target-microblaze/op_helper.c
target-mips/op_helper.c
target-ppc/op_helper.c
target-s390x/op_helper.c
target-sh4/op_helper.c
target-sparc/op_helper.c
target-xtensa/op_helper.c