diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-09-02 07:33:40 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-09-10 13:38:33 +0200 |
commit | 19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1 (patch) | |
tree | a07d0e71ec514a4302b50105b3efa04c0acc6824 /configure | |
parent | 089f5c06926105a35df461003ae32b7387ed4236 (diff) | |
download | qemu-19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1.tar.gz qemu-19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1.tar.bz2 qemu-19b0516fb4fd22b08c6ee42ea4162aaf3b9c8ee1.zip |
target-s390x: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0.
Remove temporary wrappers and switch to AREG0 free mode.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
[agraf: fix conflicts]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3829,7 +3829,7 @@ symlink "$source_path/Makefile.target" "$target_dir/Makefile" case "$target_arch2" in - alpha | i386 | or32 | sparc* | x86_64 | xtensa* | ppc*) + alpha | i386 | or32 | s390x | sparc* | x86_64 | xtensa* | ppc*) echo "CONFIG_TCG_PASS_AREG0=y" >> $config_target_mak ;; esac |