On 07/03/2022 19.16, Paolo Bonzini wrote:
The following changes since commit 99c53410bc9d50e556f565b0960673cccb566452:
Merge remote-tracking branch
'remotes/thuth-gitlab/tags/pull-request-2022-02-28' into staging (2022-03-01
13:25:54 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to d170dbb84f8ed8f8c9daa359d6d95cd02fd959b7:
gitlab-ci: do not run tests with address sanitizer (2022-03-07 17:41:51
+0100)
----------------------------------------------------------------
* whpx fixes in preparation for GDB support (Ivan)
* VSS header fixes (Marc-André)
* 5-level EPT support (Vitaly)
* AMX support (Jing Liu & Yang Zhong)
* Bundle changes to MSI routes (Longpeng)
* More precise emulation of #SS (Gareth)
* Disable TAP output for check-block
* Disable ASAN testing
----------------------------------------------------------------
[...]
Paolo Bonzini (5):
update meson-buildoptions.sh
target/i386: only include bits in pg_mode if they are not ignored
linux-headers: include missing changes from 5.17
check-block: revert TAP output and reintroduce -makecheck
You now need to revert commit db4b2133b8d ('Quote "case not run" lines in
TAP mode'), too, which has just been merged yesterday.
But instead of reverting, couldn't we simply go ahead with my series here
instead to restore the output of failed iotests:
https://lists.gnu.org/archive/html/qemu-devel/2022-02/msg05031.html
?
Thomas