diff options
author | Peter Maydell | 2014-08-19 21:05:46 +0200 |
---|---|---|
committer | Peter Maydell | 2014-08-19 21:05:46 +0200 |
commit | 302fa283789a2f9b1199c327047cfad2258a23a2 (patch) | |
tree | d90e3fad5679252ca44029995cbfbebbdb6da5c8 /include | |
parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
download | qemu-302fa283789a2f9b1199c327047cfad2258a23a2.tar.gz qemu-302fa283789a2f9b1199c327047cfad2258a23a2.tar.xz qemu-302fa283789a2f9b1199c327047cfad2258a23a2.zip |
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')
-rw-r--r-- | include/exec/memory.h | 1 |
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; |