On 9/8/20 3:26 PM, Peter Maydell wrote: > On Tue, 8 Sep 2020 at 10:45, Paolo Bonzini <pbonz...@redhat.com> wrote: >> >> The following changes since commit e11bd71f89649da3cff439c030d2ccac0cc914e3: >> >> Merge remote-tracking branch >> 'remotes/huth-gitlab/tags/pull-request-2020-09-07' into staging (2020-09-07 >> 16:51:00 +0100) >> >> are available in the Git repository at: >> >> https://gitlab.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to ef6a0d6e3927464de67f70cb13abbfe67361e0c9: >> >> docs: update build system documentation (2020-09-08 07:21:55 +0200) >> >> ---------------------------------------------------------------- >> meson related: >> * convert unit tests >> * bugfixes for mtest2make >> * miscellaneous bugfixes >> * dead code removal and configure cleanups >> * oss-fuzz fixes >> * msys fixes > > > Applied, thanks.
Once rebased I got: Makefile.include:144: warning: overriding recipe for target 'check-block' Makefile.mtest:1339: warning: ignoring old recipe for target 'check-block' config-host.mak is out-of-date, running configure Nothing to worry about as Makefile.mtest is generated. I wonder if it is possible to avoid such warnings though...