diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-01-16 16:02:59 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-17 10:45:38 +0000 |
commit | 2012375d1874cac8b1c0f68b84d4b21be02186d6 (patch) | |
tree | 5cb7e69ce6cfaaf8da75c528af752bb0e7fb2c88 /include/exec | |
parent | 69f11e473060de0e704ea0dfda13cdfd1827fc69 (diff) | |
download | qemu-2012375d1874cac8b1c0f68b84d4b21be02186d6.zip qemu-2012375d1874cac8b1c0f68b84d4b21be02186d6.tar.gz qemu-2012375d1874cac8b1c0f68b84d4b21be02186d6.tar.bz2 |
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 <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>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h index 605687b..3ee1901 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; |