On 10/08/20 20:14, Peter Maydell wrote: > Linux x86-64 succeeded but produced a bunch of warnings: > > ../../meson.build:9: WARNING: Module unstable-keyval has no backwards > or forwards compatibility and might not exist in future releases.
This is unavoidable (it's fixed in 0.56.0 but will warn in 0.55.0). > WARNING: custom_target 'shared QAPI source files' has more than one > output! Using the first one. > WARNING: custom_target 'QGA QAPI files' has more than one output! > Using the first one. > WARNING: custom_target 'QAPI files for qemu-storage-daemon' has more > than one output! Using the first one. > WARNING: custom_target 'dbus-vmstate description' has more than one > output! Using the first one. > WARNING: custom_target 'tools man pages' has more than one output! > Using the first one. > WARNING: custom_target 'system man pages' has more than one output! > Using the first one. These will be fixed in 0.55.1. Paolo