The following changes since commit 959269e910944c03bc13f300d65bf08b060d5d0f:
Merge tag 'python-pull-request' ofhttps://gitlab.com/jsnow/qemu into staging
(2024-07-16 06:45:23 +1000)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/hw-misc-20240716
for you to fetch changes up to 644a52778a90581dbda909f38b9eaf71501fd9cd:
system/physmem: use return value of ram_block_discard_require() as errno
(2024-07-16 20:04:08 +0200)
Ignored checkpatch error:
WARNING: line over 80 characters
#30: FILE: system/vl.c:1004:
+ if (!ti->class_names[0] ||
module_object_class_by_name(ti->class_names[0])) {
Ignored CI failures:
- bios-tables-test on cross-i686-tci
- qtest-sparc on msys2-64bit
----------------------------------------------------------------
Misc HW & UI patches queue
- Allow loading safely ROMs larger than 4GiB (Gregor)
- Convert vt82c686 IRQ as named 'intr' (Bernhard)
- Clarify QDev GPIO API (Peter)
- Drop unused load_image_gzipped function (Ani)
- MakeTCGCPUOps::cpu_exec_interrupt handler mandatory (Peter)
- Factor cpu_pause() out (Nicholas)
- Remove transfer size check from ESP DMA DATA IN / OUT transfers (Mark)
- Add accelerated cursor composition to Cocoa UI (Akihiko)
- Fix '-vga help' CLI (Marc-André)
- Fix displayed errno in ram_block_add (Zhenzhong)