On Fri, 17 Apr 2020 04:34:37 +0200 Eric Farman <far...@linux.ibm.com> wrote:
> From: Farhan Ali <al...@linux.ibm.com> > > The crw region can be used to obtain information about > Channel Report Words (CRW) from vfio-ccw driver. > > Currently only channel path related CRWs are passed to > QEMU from vfio-ccw driver. > > Signed-off-by: Farhan Ali <al...@linux.ibm.com> > Signed-off-by: Eric Farman <far...@linux.ibm.com> > --- > > Notes: > v0->v1: [EF] > - Fixed copy/paste error in error message (s/schib/CRW) > > hw/vfio/ccw.c | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) Maybe merge this into patch 7? It is small enough. Patch looks sane to me.