]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: store in the TB flags if AFP is enabled
authorDavid Hildenbrand <david@redhat.com>
Thu, 27 Sep 2018 13:02:57 +0000 (15:02 +0200)
committerCornelia Huck <cohuck@redhat.com>
Thu, 4 Oct 2018 08:32:39 +0000 (10:32 +0200)
commit13054739b5838c7ef9d2e6e88a68bbf914d63bfa
tree4217d198399561b5a4786c001c65ab0a1e446884
parentbbf6ea3bd961970785a583117ac1c0b84a8ee736
s390x/tcg: store in the TB flags if AFP is enabled

We exit the TB when changing the control registers, so just like PSW
bits, this should always be consistent for a TB.

Using the PSW bit semantic makes things a lot easier compared to
manually defining the spare, shifted bits.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180927130303.12236-4-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.h