]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/s390x: Clean up TB flag bits
authorRichard Henderson <rth@twiddle.net>
Mon, 19 Jun 2017 04:11:48 +0000 (21:11 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 23 Jun 2017 16:17:45 +0000 (09:17 -0700)
commit159fed45db25c0c82f3833509502c8242a65c097
treeca8899fcec9c607b533a4b3b9b6c731a7dcc635c
parent3c39c800bf8fb22222372f9ae84423f966f6da98
target/s390x: Clean up TB flag bits

Most of the PSW bits that were being copied into TB->flags
are not relevant to translation.  Removing those that are
unnecessary reduces the amount of translation required.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/s390x/cpu.h
target/s390x/translate.c