commit | 4e149e431a2858b86b4f9c801b2a4dde50c929f9 | [log] [tgz] |
---|---|---|
author | Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> | Fri Mar 17 04:17:35 2017 +0100 |
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | Fri Mar 31 12:55:07 2017 +0200 |
tree | a7547d4f98ea5e31a7516806e32feeaaa41b14be | |
parent | 060d2b5afcc4f9e2d61e2b059e648f569b8dba9a [diff] |
vfio: ccw: handle ccw command request We implement the basic ccw command handling infrastructure here: 1. Translate the ccw commands. 2. Issue the translated ccw commands to the device. 3. Once we get the execution result, update the guest SCSW with it. Acked-by: Pierre Morel <pmorel@linux.vnet.ibm.com> Signed-off-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> Message-Id: <20170317031743.40128-9-bjsdjshi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>