Re: [Qemu-devel] [PATCH v1 1/3] target/s390x: change PSW_SHIFT_KEY

2017-06-14 Thread Thomas Huth
On 13.06.2017 23:47, David Hildenbrand wrote: > Such shifts are usually used to easily extract the PSW KEY from the PSW > mask, so let's avoid the confisuing offset of 4. s/confisuing/confusing/ > Signed-off-by: David Hildenbrand > --- > target/s390x/cpu.h | 2 +- > target/s390x/translate

[Qemu-devel] [PATCH v1 1/3] target/s390x: change PSW_SHIFT_KEY

2017-06-13 Thread David Hildenbrand
Such shifts are usually used to easily extract the PSW KEY from the PSW mask, so let's avoid the confisuing offset of 4. Signed-off-by: David Hildenbrand --- target/s390x/cpu.h | 2 +- target/s390x/translate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/s3