On Sat, 10 Oct 2020 at 08:59, Paolo Bonzini <[email protected]> wrote: > > The following changes since commit 4a7c0bd9dcb08798c6f82e55b5a3423f7ee669f1: > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' > into staging (2020-10-09 15:48:04 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 1340ff2adb2624e61c5fcb0eb1889b932b76f669: > > meson: identify more sections of meson.build (2020-10-09 13:19:50 -0400) > > ---------------------------------------------------------------- > * qtest documentation improvements (Eduardo, myself) > * libqtest event buffering (Maxim) > * use RCU for list of children of a bus (Maxim) > * move more files to softmmu/ (myself) > * meson.build cleanups, qemu-storage-daemon fix (Philippe) >
This produces a new warning, I think from Sphinx: Running Sphinx v1.6.7 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 2 source files that are out of date updating environment: 1 added, 2 changed, 0 removed reading sources... [ 33%] index reading sources... [ 66%] qtest reading sources... [100%] testing looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 33%] index writing output... [ 66%] qtest writing output... [100%] testing generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. /home/petmay01/linaro/qemu-for-merges/docs/../tests/qtest/libqos/libqtest.h:241: warning: Function parameter or member 'event' not described in 'qtest_qmp_event_ref' make: Leaving directory '/home/petmay01/linaro/qemu-for-merges/build/all' make: Entering directory '/home/petmay01/linaro/qemu-for-merges/build/all' [build continues and succeeds] Not sure why it isn't fatal. thanks -- PMM
