Re: [PATCH v2 03/19] qapi/block-core: Drop temporary 'prefix'

2024-09-30 Thread Vladimir Sementsov-Ogievskiy
On 30.09.24 16:23, Vladimir Sementsov-Ogievskiy wrote: On 04.09.24 14:18, Markus Armbruster wrote: Recent commit "qapi: Smarter camel_to_upper() to reduce need for 'prefix'" added a temporary 'prefix' to delay changing the generated code. Revert it.  This improves XDbgBlockGraphNodeType's gener

Re: [PATCH v2 03/19] qapi/block-core: Drop temporary 'prefix'

2024-09-30 Thread Vladimir Sementsov-Ogievskiy
On 04.09.24 14:18, Markus Armbruster wrote: Recent commit "qapi: Smarter camel_to_upper() to reduce need for 'prefix'" added a temporary 'prefix' to delay changing the generated code. Revert it. This improves XDbgBlockGraphNodeType's generated enumeration constant prefix from X_DBG_BLOCK_GRAPH_

[PATCH v2 03/19] qapi/block-core: Drop temporary 'prefix'

2024-09-04 Thread Markus Armbruster
Recent commit "qapi: Smarter camel_to_upper() to reduce need for 'prefix'" added a temporary 'prefix' to delay changing the generated code. Revert it. This improves XDbgBlockGraphNodeType's generated enumeration constant prefix from X_DBG_BLOCK_GRAPH_NODE_TYPE_BLOCK_BACKEND to XDBG_BLOCK_GRAPH_NO