On 13/2/25 19:46, Stefan Hajnoczi wrote:
On Wed, Feb 12, 2025 at 10:54 AM Philippe Mathieu-Daudé
<phi...@linaro.org> wrote:
The following changes since commit f9edf32ea2e18a56de5d92f57e9d10565c822367:
Merge tag 'pull-request-2025-02-11' of https://gitlab.com/thuth/qemu into
staging (2025-02-11 13:27:32 -0500)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/hw-misc-20250212
for you to fetch changes up to b374adcae577dddfe6cfd404985014fdd2443428:
hw: Make class data 'const' (2025-02-12 15:39:46 +0100)
Since 2025-02-10: Dropped MicroBlaze endianness patches, added constify.
----------------------------------------------------------------
Misc HW patches
- Use qemu_hexdump_line() in TPM backend (Philippe)
- Remove magic number in APIC (Phil)
- Disable thread-level cache topology (Zhao)
- Xen QOM style cleanups (Bernhard)
- Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE (Philippe)
- Invert logic of machine no_sdcard flag (Philippe)
- Housekeeping in MicroBlaze functional tests (Philippe)
Please take a look at this CI failure:
https://gitlab.com/qemu-project/qemu/-/jobs/9133190122#L949
Thanks,
Stefan
Same error of previous PR. I'll drop the tests.
tests/functional: Explicit endianness of microblaze assets
tests/functional: Allow microblaze tests to take a machine name
argument
tests/functional: Remove sleep() kludges from microblaze tests
tests/functional: Have microblaze tests inherit common parent class