On 07/09/21 18:00, Peter Maydell wrote:
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).
Hmm, the bug is preexisting but now it's exposed on machines that have SGX.
ppc produced a new meson warning:
This isn't me, but rather the same system update that caused that .so
issue. I was planning to update QEMU to a newer version of meson, so
that will go away soon.
(PS: why does meson report "Program /usr/bin/python3 found: YES
(/usr/bin/python3)" and
"Program cp found: YES (/bin/cp)" so many times ??)
It seems to report it once per custom_target. I'll take a look tomorrow.
Paolo