Skip to content

Commit 2012375

Browse files
committed
include/exec: remove warning_printed from MemoryRegion
Since d197063 (memory: move unassigned_mem_ops to memory.c) this field is unused. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250116160306.1709518-31-alex.bennee@linaro.org>
1 parent 69f11e4 commit 2012375

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/exec/memory.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,6 @@ struct MemoryRegion {
784784
bool terminates;
785785
bool ram_device;
786786
bool enabled;
787-
bool warning_printed; /* For reservations */
788787
uint8_t vga_logging_count;
789788
MemoryRegion *alias;
790789
hwaddr alias_offset;

0 commit comments

Comments
 (0)