Re: [Qemu-devel] [PATCH v4] s390/css: handle CCW_FLAG_SKIP

2019-05-16 Thread Cornelia Huck
On Thu, 16 May 2019 15:33:27 +0200 Cornelia Huck wrote: > If a ccw has CCW_FLAG_SKIP set, and the command is of type > read, read backwards, or sense, no data should be written > to the guest for that command. > > Reviewed-by: Eric Farman > Signed-off-by: Cornelia Huck > --- > > Will queue th

[Qemu-devel] [PATCH v4] s390/css: handle CCW_FLAG_SKIP

2019-05-16 Thread Cornelia Huck
If a ccw has CCW_FLAG_SKIP set, and the command is of type read, read backwards, or sense, no data should be written to the guest for that command. Reviewed-by: Eric Farman Signed-off-by: Cornelia Huck --- Will queue this unless someone complains. v3 -> v4: use MEMTX_OK [Eric] v2 -> v3: fixed