Re: [PATCH v2 0/2] Mark remaining global TypeInfo instances as const

2022-02-18 Thread Peter Maydell
On Mon, 17 Jan 2022 at 15:35, Bernhard Beschow wrote: > > Applied review comments: > * Mention the sed-expression used for the cleanup in the commit message > * Have checkpatch.pl error on further non-const TypeInfo introduction > > Bernhard Beschow (2): > Mark remaining global TypeInfo

[PATCH v2 0/2] Mark remaining global TypeInfo instances as const

2022-01-17 Thread Bernhard Beschow
Applied review comments: * Mention the sed-expression used for the cleanup in the commit message * Have checkpatch.pl error on further non-const TypeInfo introduction Bernhard Beschow (2): Mark remaining global TypeInfo instances as const checkpatch: Ensure that TypeInfos are const