On Fri, Aug 14, 2020 at 05:10:56AM -0400, Paolo Bonzini wrote: > News since v1: > * automatically generate dependencies for sphinx manuals [Peter] > * fixes for ARM KVM build [Peter] > * work around old libiscsi in vhost-user-scsi.c [Peter] > * hack to support default c:/Program Files/QEMU prefix on mingw cross > compilation [Peter] > * added --enable-gettext/--disable-gettext [Peter] > * test for setuptools presence [Peter] > * fixes for Darwin [Peter, Roman] > * do not invoke system Meson through Python, always use embedded Meson with > --python [Roman] > * improvements and fixes to clean and distclean targets [Stefano] > * avoid (incorrect?) ubsan failure from CONFIG_BDRV_*_WHITELIST [Alexander] > * move --s390-pgste to Meson, removed QEMU_CFLAGS/QEMU_LDFLAGS for > config-target.mak > * remove some dead configure assignments > * update build system docs on how to add configure options, convert to rST > * moved installation of edk2 blobs and descriptors to Meson > * build and install elf2dmp on Windows too > * included headers renamed to .c.inc instead of .inc > > Available from https://gitlab.com/bonzini/qemu branch meson-poc-next. > > Paolo >
Hi Paolo, for macOS/darwin, Tested-by: Roman Bolshakov <r.bolsha...@yadro.com> On the next step, it might be good to drop configure in favor of meson configuration, so configure, build and test commands would be similar to libvirt: meson build ninja -C build meson test -C build Thanks, Roman