diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-09-04 13:18:20 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-09-10 13:22:47 +0200 |
commit | bcd63b55b0712ae124cf1812da715fb4dceda6d5 (patch) | |
tree | 31d46b48a5b4abe8e34fb716f9bcbb66d3ba0f42 /qapi | |
parent | a25b2312c63056a92c98c1717d0f46607842b0df (diff) | |
download | qemu-bcd63b55b0712ae124cf1812da715fb4dceda6d5.zip qemu-bcd63b55b0712ae124cf1812da715fb4dceda6d5.tar.gz qemu-bcd63b55b0712ae124cf1812da715fb4dceda6d5.tar.bz2 |
qapi/block-core: Drop temporary 'prefix'
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_NODE_TYPE_BLOCK_BACKEND.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240904111836.3273842-4-armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 4520471..a7ae2da 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2011,7 +2011,6 @@ # Since: 4.0 ## { 'enum': 'XDbgBlockGraphNodeType', - 'prefix': 'X_DBG_BLOCK_GRAPH_NODE_TYPE', # TODO drop 'data': [ 'block-backend', 'block-job', 'block-driver' ] } ## |