]> git.proxmox.com Git - qemu.git/commit
cpu: Turn cpu_unassigned_access() into a CPUState hook
authorAndreas Färber <afaerber@suse.de>
Mon, 27 May 2013 04:49:53 +0000 (06:49 +0200)
committerAndreas Färber <afaerber@suse.de>
Fri, 28 Jun 2013 11:25:13 +0000 (13:25 +0200)
commitc658b94f6e8c206c59d02aa6fbac285b86b53d2c
tree100efd8e543a576daa8d7dc6684ce1154ea08245
parentce927ed9e40e25008453eb8f130661514b633341
cpu: Turn cpu_unassigned_access() into a CPUState hook

Use it for all targets, but be careful not to pass invalid CPUState.
cpu_single_env can be NULL, e.g. on Xen.

Signed-off-by: Andreas Färber <afaerber@suse.de>
16 files changed:
cputlb.c
hw/alpha/typhoon.c
include/qom/cpu.h
memory.c
target-alpha/cpu.c
target-alpha/cpu.h
target-alpha/mem_helper.c
target-microblaze/cpu.c
target-microblaze/cpu.h
target-microblaze/op_helper.c
target-mips/cpu.c
target-mips/cpu.h
target-mips/op_helper.c
target-sparc/cpu.c
target-sparc/cpu.h
target-sparc/ldst_helper.c