qemu-devel
[Top][All Lists]
Advanced

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]