[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] qapi: expose all schema features to code
From: |
Markus Armbruster |
Subject: |
Re: [PATCH 6/6] qapi: expose all schema features to code |
Date: |
Fri, 02 Aug 2024 15:50:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Doesn't build for me:
qapi/qapi-init-commands.c: In function ‘qmp_init_marshal’:
qapi/qapi-init-commands.c:70:84: error:
‘QAPI_FEATURE_ALLOW_WRITE_ONLY_OVERLAY’ undeclared (first use in this function)
70 | qmp_marshal_blockdev_snapshot,
QCO_ALLOW_PRECONFIG, 1u << QAPI_FEATURE_ALLOW_WRITE_ONLY_OVERLAY);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qapi/qapi-init-commands.c:70:84: note: each undeclared identifier is
reported only once for each function it appears in
qapi/qapi-init-commands.c:464:70: error:
‘QAPI_FEATURE_SAVEVM_MONITOR_NODES’ undeclared (first use in this function)
464 | qmp_marshal_human_monitor_command, 0, 1u
<< QAPI_FEATURE_SAVEVM_MONITOR_NODES);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, (continued)
- [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Daniel P . Berrangé, 2024/08/01
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Markus Armbruster, 2024/08/05
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Daniel P . Berrangé, 2024/08/05
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Markus Armbruster, 2024/08/05
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Daniel P . Berrangé, 2024/08/05
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Markus Armbruster, 2024/08/05
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Markus Armbruster, 2024/08/05
- Complications due to having multiple QAPI schemas (was: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants), Markus Armbruster, 2024/08/06
- Re: [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants, Markus Armbruster, 2024/08/08
- [PATCH 6/6] qapi: expose all schema features to code, Daniel P . Berrangé, 2024/08/01