]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix unassigned memory access handling
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jul 2011 08:53:46 +0000 (08:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 20 Jul 2011 21:28:08 +0000 (21:28 +0000)
commitb14ef7c9ab41ea824c3ccadb070ad95567cca84e
tree87d72668e2e096e80b8e60ddddd2ddd82c20a9e2
parent21673cdecb9e9b5a22acaf0a44e47145beb1999e
Fix unassigned memory access handling

cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory
access handling. Fix them by always passing CPUState to the handlers.

Reported-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec-all.h
exec.c
target-alpha/cpu.h
target-alpha/op_helper.c
target-microblaze/cpu.h
target-microblaze/op_helper.c
target-mips/cpu.h
target-mips/op_helper.c
target-sparc/cpu.h
target-sparc/op_helper.c