[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 000/150] Meson integration for 5.2
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH v2 000/150] Meson integration for 5.2 |
Date: |
Mon, 17 Aug 2020 14:02:54 +0300 |
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.bolshakov@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
- [PATCH 148/150] meson: avoid unstable module warning with Meson 0.56.0 or newer, (continued)
- [PATCH 148/150] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/14
- [PATCH 143/150] meson: replace create-config with meson configure_file, Paolo Bonzini, 2020/08/14
- [PATCH 147/150] meson: convert po/, Paolo Bonzini, 2020/08/14
- [PATCH 150/150] docs: convert build system documentation to rST, Paolo Bonzini, 2020/08/14
- [PATCH 142/150] rules.mak: drop unneeded macros, Paolo Bonzini, 2020/08/14
- [PATCH 149/150] meson: update build-system documentation, Paolo Bonzini, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, no-reply, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, no-reply, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, no-reply, 2020/08/14
- Re: [PATCH v2 000/150] Meson integration for 5.2, Howard Spoelstra, 2020/08/15
- Re: [PATCH v2 000/150] Meson integration for 5.2,
Roman Bolshakov <=
- Re: [PATCH v2 000/150] Meson integration for 5.2, Cornelia Huck, 2020/08/17