On 5/15/23 06:02, Thomas Huth wrote:
Hi Richard!
The following changes since commit 8844bb8d896595ee1d25d21c770e6e6f29803097:
Merge tag 'or1k-pull-request-20230513' ofhttps://github.com/stffrdhrn/qemu
into staging (2023-05-13 11:23:14 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2023-05-15
for you to fetch changes up to 055eb1d7de455ecb6b2f5f978b2d12529e09f795:
tests/tcg/s390x: Test EXECUTE of relative branches (2023-05-15 14:50:35
+0200)
----------------------------------------------------------------
* Various small test updates
* Some small doc updates
* Introduce replacement for -async-teardown that shows up in the QAPI
* Make machine-qmp-cmds.c and xilinx_ethlite.c target-independent
* Fix s390x LDER instruction
* Fix s390x EXECUTE instruction with relative branches
This needs to be rebased after Juan's migration patches. Something in the #include
simplification has caused multiple build errors, e.g.
https://gitlab.com/qemu-project/qemu/-/jobs/4288929197#L2526
../migration/dirtyrate.c: In function ‘record_dirtypages’:
../migration/dirtyrate.c:68:24: error: invalid use of incomplete typedef
‘CPUState’
68 | dirty_pages[cpu->cpu_index].start_pages = cpu->dirty_pages;
| ^~
r~