mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 22:00:58 +00:00
Error conditions (invalid flash mode, unwritable flash) now return MEMTX_ERROR instead of silently succeeding or returning undefined values. This allows the memory subsystem to properly propagate transaction errors to the guest, improving QEMU reliability. Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/3335 Reviewed-by: Jamin Lin <jamin_lin@aspeedtech.com> Link: https://lore.kernel.org/qemu-devel/20260323125545.577653-2-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>