On Tue, 5 May 2020 14:57:56 +0200 Eric Farman <far...@linux.ibm.com> wrote:
> We have a use case (vfio-ccw) where a CRW is already built and > ready to use. Rather than teasing out the components just to > reassemble it later, let's rework this code so we can queue a > fully-qualified CRW directly. > > Signed-off-by: Eric Farman <far...@linux.ibm.com> > --- > > Notes: > v3->v4: > - s/css_queue_crw_cont/css_crw_add_to_queue/ [CH] > > hw/s390x/css.c | 44 ++++++++++++++++++++++++++++-------------- > include/hw/s390x/css.h | 1 + > 2 files changed, 30 insertions(+), 15 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>