OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [virtio] [PATCH] VIRTIO-112: Device Initialization: feedback from ARM


On Wed, Jul 23, 2014 at 01:05:30PM +0100, Pawel Moll wrote:
> Language cleanup, no material change.
> 
> Signed-off-by: Pawel Moll <pawel.moll@arm.com>

Other legacy sections all say "did". So I think it's
best to be consistent and fix the only use of present
tense instead.

Using the past tense helps stress the fact
that current spec does not attempt to fully describe the legacy
device/driver behaviour: this text is only here to serve as
motivation for the transitional device/driver requirements.

> ---
>  content.tex | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/content.tex b/content.tex
> index 419c880..46191d4 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -707,10 +707,10 @@ driver MUST NOT continue initialization in that case.
>  The driver MUST NOT notify the device before setting DRIVER_OK.
>  
>  \subsection{Legacy Interface: Device Initialization}\label{sec:General Initialization And Device Operation / Device Initialization / Legacy Interface: Device Initialization}
> -Legacy devices do not support the FEATURES_OK status bit, and thus did
> +Legacy devices do not support the FEATURES_OK status bit, and thus do
>  not have a graceful way for the device to indicate unsupported feature
> -combinations.  It also did not provide a clear mechanism to end
> -feature negotiation, which meant that devices finalized features on
> +combinations.  They also do not provide a clear mechanism to end
> +feature negotiation, which means that devices finalized features on
>  first-use, and no features could be introduced which radically changed
>  the initial operation of the device.
>  
> -- 
> 1.9.1
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that 
> generates this mail.  Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]