Next in thread → Next in month →

Re: [PATCH] virtio-ccw: relax device requirement for revision-specific command rejection

From
Halil Pasic <>
Date
2021-02-16T14:42:16+00:00
ID
Thread
Re: [PATCH] virtio-ccw: relax device requirement for revision-specific command rejection
On Tue, 16 Feb 2021 11:47:28 +0100
Cornelia Huck <> wrote:

> The device is currently required to reject any command that is
> not contained in the negotiated revision. Some implementations
> did not actively check for the revision when processing a command;
> retroactively changing these implementations can break existing
> drivers.
> 
> Relaxing the rejection requirement to SHOULD makes these existing
> device implementations compliant, and will not have any effect on
> drivers that did not send any commands for wrong revisions.
> 
> Fixes: https://github.com/oasis-tcs/virtio-spec/issues/96
> 
> Signed-off-by: Cornelia Huck <>

Reviewed-by: Halil Pasic <>
Next in thread → Next in month →