[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/5] include/exec: remove warning_printed from MemoryRegion
From: |
Alex Bennée |
Subject: |
[PATCH 3/5] include/exec: remove warning_printed from MemoryRegion |
Date: |
Thu, 7 Mar 2024 18:11:03 +0000 |
Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this
field is unused.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
include/exec/memory.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 8626a355b31..17b741bc4f5 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -814,7 +814,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;
--
2.39.2
[PATCH 2/5] docs: include ramblock.h in the memory API docs, Alex Bennée, 2024/03/07