]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-s390x: avoid cpu_single_env
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Sep 2012 11:15:37 +0000 (11:15 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:07 +0000 (01:42 -0500)
commit1ada516f0e067a244a0d90db4ecf2974430441c5
tree01d586ac00bf2cfc3e1d263df94d66e1d27eb737
parent578c758200c670df9fa73f4511dc44d45ee80a9d
target-s390x: avoid cpu_single_env

Pass around CPUState instead of using global cpu_single_env.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/translate.c