]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target-s390x: avoid AREG0 for misc helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 2 Sep 2012 07:33:39 +0000 (07:33 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:06 +0000 (01:42 -0500)
commit71742e6c6803e0b623c7b5de81723e081c23b88c
tree24292f60dead1ffb9e63b8c0e10aacc393e38895
parent719a60ddb3d239611126ef3ae8a2caf4828cea81
target-s390x: avoid AREG0 for misc helpers

Make misc helpers take a parameter for CPUState instead
of relying on global env.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
[agraf: fix conflict]
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/Makefile.objs
target-s390x/helper.h
target-s390x/mem_helper.c
target-s390x/misc_helper.c
target-s390x/translate.c