qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 25/34] qapi: New special feature flag "deprecated"


From: Markus Armbruster
Subject: Re: [PATCH v4 25/34] qapi: New special feature flag "deprecated"
Date: Tue, 17 Mar 2020 21:40:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eric Blake <address@hidden> writes:

> On 3/17/20 6:54 AM, Markus Armbruster wrote:
>> Unlike regular feature flags, the new special feature flag
>> "deprecated" is recognized by the QAPI generator.  For now, it's only
>> permitted with commands, events, and struct members.  It will be put
>> to use shortly.
>>
>> Signed-off-by: Markus Armbruster <address@hidden>
>> ---
>
>> +++ b/docs/devel/qapi-code-gen.txt
>> @@ -683,6 +683,12 @@ Intended use is to have each feature string signal that 
>> this build of
>>   QEMU shows a certain behaviour.
>>     +==== Special features ====
>> +
>> +Feature "deprecated" makes a command, event, or struct member as
>> +deprecated.  It is not supported elsewhere so far.
>
> Reads awkwardly, but I can't tell if it was a typo or an extra
> word. Either "makes a command, event, or struct member deprecated" or
> "marks a command, event, or struct member as deprecated".

I typoed the latter.  Will fix!

> Reviewed-by: Eric Blake <address@hidden>

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]