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
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