On Tue, 7 Sept 2021 at 08:16, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit 935efca6c246c108253b0e4e51cc87648fc7ca10: > > Merge remote-tracking branch > 'remotes/thuth-gitlab/tags/pull-request-2021-09-06' into staging (2021-09-06 > 12:38:07 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 127c76bd1aa893122a22677b991c0f31ebef7f09: > > doc: Add the SGX doc (2021-09-07 08:54:57 +0200) > > ---------------------------------------------------------------- > * SGX support (Sean, Yang) > * vGIF and vVMLOAD/VMSAVE support (Lara) > * Fix LA57 support in TCG (Daniel) > > ----------------------------------------------------------------
New warnings during 'make check': qemu-system-i386: warning: Unknown firmware file in legacy mode: etc/msr_feature_control qemu-system-x86_64: warning: Unknown firmware file in legacy mode: etc/msr_feature_control (not sure which qtest produced these). ppc produced a new meson warning: Program cp found: YES (/bin/cp) Program cp found: YES (/bin/cp) Program cp found: YES (/bin/cp) Program cp found: YES (/bin/cp) Program sphinx-build-3 sphinx-build skipped: feature docs disabled Program python3 found: YES (/usr/bin/python3) WARNING: Project targeting '>=0.55.0' but tried to use feature introduced in '0.57.0': test() timeout <= 0. Program diff found: YES (/usr/bin/diff) Program dbus-daemon found: YES (/usr/bin/dbus-daemon) Program /usr/bin/gdbus-codegen found: YES (/usr/bin/gdbus-codegen) Program initrd-stress.sh found: YES (/home/pm215/qemu/tests/migration/initrd-stress.sh) Program xgettext found: YES (/usr/bin/xgettext) Build targets in project: 650 WARNING: Project specifies a minimum meson_version '>=0.55.0' but uses features which were added in newer versions: * 0.57.0: {'test() timeout <= 0'} (PS: why does meson report "Program /usr/bin/python3 found: YES (/usr/bin/python3)" and "Program cp found: YES (/bin/cp)" so many times ??) -- PMM