qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] docs/devel/qapi-code-gen: Don't reserve types ending with 'K


From: Markus Armbruster
Subject: Re: [PATCH] docs/devel/qapi-code-gen: Don't reserve types ending with 'Kind'
Date: Fri, 26 Jan 2024 07:01:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Markus Armbruster <armbru@redhat.com> writes:

> We reserved type names ending with 'Kind' because a simple union
> 'SomeSimpleUnion' generated both a struct type SomeSimpleUnion and an
> enum type SomeSimpleUnionKind.  Gone since commit 4e99f4b12c0 (qapi:
> Drop simple unions).  The commit neglected to update the documentation
> not to reserve type names ending with 'Kind'.  Do that now.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Queued.




reply via email to

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