vfio: ccw: Merge BUSY and BOXED states
authorPierre Morel <pmorel@linux.ibm.com>
Wed, 17 Oct 2018 09:18:39 +0000 (11:18 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 12 Dec 2018 13:53:03 +0000 (14:53 +0100)
commit1554509b0d007287ecd4be887ae94d3730cbf2b7
tree3da82134b69861c819f9df1e00514281ddf8f477
parent5b39fc049ce1232a56628408058ae04f353ac705
vfio: ccw: Merge BUSY and BOXED states

VFIO_CCW_STATE_BOXED and VFIO_CCW_STATE_BUSY have
identical actions for the same events.

Let's merge both into a single state to simplify the code.
We choose to keep VFIO_CCW_STATE_BUSY.

Signed-off-by: Pierre Morel <pmorel@linux.ibm.com>
Message-Id: <1539767923-10539-2-git-send-email-pmorel@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
drivers/s390/cio/vfio_ccw_fsm.c
drivers/s390/cio/vfio_ccw_private.h