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);
          |                                                                     
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Reply via email to