summaryrefslogtreecommitdiff
path: root/include/exec
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-08-19 20:05:46 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-08-19 20:05:46 +0100
commit302fa283789a2f9b1199c327047cfad2258a23a2 (patch)
treed90e3fad5679252ca44029995cbfbebbdb6da5c8 /include/exec
parent0e4a77370594c91dd126f9872893ed473374cc72 (diff)
downloadqemu-302fa283789a2f9b1199c327047cfad2258a23a2.tar.gz
Revert "memory: Use canonical path component as the name"
This reverts commit b0225c2c0d89200a29dc3d0b59d2e87a79cbaeb8 (which breaks building with Xen enabled and also leaks memory). Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 10f73d9e4a..d165b278cb 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -162,6 +162,7 @@ struct MemoryRegion {
QTAILQ_HEAD(subregions, MemoryRegion) subregions;
QTAILQ_ENTRY(MemoryRegion) subregions_link;
QTAILQ_HEAD(coalesced_ranges, CoalescedMemoryRange) coalesced;
+ const char *name;
uint8_t dirty_log_mask;
unsigned ioeventfd_nb;
MemoryRegionIoeventfd *ioeventfds;