Re: [virtio-comment] [PATCH v3] clarify device reset

From
Stefan Hajnoczi <>
Date
2021-01-26T14:00:29+00:00
ID
Thread
Re: [virtio-comment] [PATCH v3] clarify device reset
On Mon, Jan 25, 2021 at 12:08:23PM +0100, Cornelia Huck wrote:
> Properly specify that the method for the driver to request a
> device reset is transport specific, and some action the device
> has to take.
> 
> Signed-off-by: Cornelia Huck <>
> ---
> 
> RFC v2 -> v3:
>   - re-worded the "must not send notifications" clause to avoid guessing
>   - added a driver conformance clause on how a driver should find out
>     when reset is complete
> RFC -> RFC v2:
>   - moved reset spec to basic facilities
> 
> ---
>  conformance.tex |  2 ++
>  content.tex     | 19 +++++++++++++++++++
>  2 files changed, 21 insertions(+)

Reviewed-by: Stefan Hajnoczi <>