]> git.proxmox.com Git - mirror_qemu.git/commit
memory: Use canonical path component as the name
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 15 Aug 2014 06:56:08 +0000 (23:56 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 18 Aug 2014 10:06:21 +0000 (12:06 +0200)
commitb0225c2c0d89200a29dc3d0b59d2e87a79cbaeb8
treed0b7382a2cd9f791ecbb18be260c0fab5995c0a0
parent3fb18b4da7a545321e38b4a59f38995630a8d752
memory: Use canonical path component as the name

Rather than having the name as separate state. This prepares support
for creating a MemoryRegion dynamically (i.e. without
memory_region_init() and friends) and the MemoryRegion still getting
a usable name.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/memory.h
memory.c