On 5/5/22 17:17, Richard Henderson wrote:
In file included from /home/gitlab-runner/builds/Jpwtyaz7/0/qemu-project/qemu/include/qemu/osdep.h:30,
                  from ../block.c:26:
../block.c: In function ‘bdrv_format_is_whitelisted’:
./config-host.h:44:163: error: called object is not a function or function pointer  #define CONFIG_BDRV_RW_WHITELIST "qcow2", "raw", "file", "host_device", "nbd", "iscsi", "rbd", "blkdebug", "luks", "null-co", "nvme", "copy-on-read", "throttle", "gluster"

                                                                           
^~~~~~~~~
../block.c:478:9: note: in expansion of macro ‘CONFIG_BDRV_RW_WHITELIST’
          CONFIG_BDRV_RW_WHITELIST
          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/gitlab-runner/builds/Jpwtyaz7/0/qemu-project/qemu/include/qemu/osdep.h:30,
                  from ../block.c:26:
./config-host.h:42:66: error: called object is not a function or function pointer
  #define CONFIG_BDRV_RO_WHITELIST "vmdk", "vhdx", "vpc", "https", "ssh"
                                                                   ^~~~~
../block.c:482:9: note: in expansion of macro ‘CONFIG_BDRV_RO_WHITELIST’
          CONFIG_BDRV_RO_WHITELIST
          ^~~~~~~~~~~~~~~~~~~~~~~~

https://gitlab.com/qemu-project/qemu/-/jobs/2418086124

I'm really sorry. At least this should have been caught by the contributor CI though, I'll send a patch.

Paolo


Reply via email to