s390x: Fix sclp console input
authorAlexander Graf <agraf@suse.de>
Wed, 15 Oct 2014 15:52:49 +0000 (17:52 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Nov 2014 11:01:28 +0000 (12:01 +0100)
commitd4827355f6bccc3255950b952b7bcb1d15e55064
treed3e50b831c1386a1b23c06bddde24843d561df05
parentd5b4dc3b50175f0c34f3cf4b053e123fb37f5aed
s390x: Fix sclp console input

When injecting an sclp console interrupt into the guest, we increase
the PC by 4 for some reason. I have no idea why I put that code there,
but it's clearly wrong. Remove the increment.

This patch fixes sclp serial input for the ccw machine.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target-s390x/interrupt.c