OSDN Git Service

s390/ioinst: Moved the CC setting to the IO instruction handlers
authorThomas Huth <thuth@linux.vnet.ibm.com>
Mon, 1 Jul 2013 13:44:18 +0000 (15:44 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 20 Sep 2013 10:46:53 +0000 (12:46 +0200)
commit5d9bf1c07c1369ab3506fc82cc65a10f4415d867
tree42ad60080dd8b48513138c343a0d8de3c83b6c4f
parent3d0a615fe92501684d8d2dc54326f0241b666bd2
s390/ioinst: Moved the CC setting to the IO instruction handlers

The IO instruction handlers now take care of setting the CC value on
their own, so that the confusing return code magic in kvm_handle_css_inst()
is not needed anymore.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/ioinst.c
target-s390x/ioinst.h
target-s390x/kvm.c