From: Alex Bennée Date: Thu, 16 Jan 2025 16:02:59 +0000 (+0000) Subject: include/exec: remove warning_printed from MemoryRegion X-Git-Tag: v10.0.0-rc0~85^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2012375d1874cac8b1c0f68b84d4b21be02186d6;p=thirdparty%2Fqemu.git include/exec: remove warning_printed from MemoryRegion Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this field is unused. Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Xu Signed-off-by: Alex Bennée Message-Id: <20250116160306.1709518-31-alex.bennee@linaro.org> --- diff --git a/include/exec/memory.h b/include/exec/memory.h index 605687befa6..3ee1901b52c 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -784,7 +784,6 @@ struct MemoryRegion { bool terminates; bool ram_device; bool enabled; - bool warning_printed; /* For reservations */ uint8_t vga_logging_count; MemoryRegion *alias; hwaddr alias_offset;