s390x/kvm: Fix opcode decoding for eb instruction handler
commit80765f0734e08fe4d52e9be10e0cfb47b3cf43e3
authorFrank Blaschka <blaschka@linux.vnet.ibm.com>
Sat, 18 Oct 2014 04:24:12 +0000 (18 06:24 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 5 Nov 2014 15:35:55 +0000 (5 16:35 +0100)
treee12011779c74f5a2e9c7ddea10cc1206c7abea7c
parent6e76d125f244e10676b917208f2a074729820246
s390x/kvm: Fix opcode decoding for eb instruction handler

The second byte of the opcode is encoded in the lowest byte of the ipb
field, not the lowest byte of the ipa field.

Signed-off-by: Frank Blaschka <blaschka@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
target-s390x/kvm.c