]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: Use memory_region_name for name access
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 15 Aug 2014 06:55:36 +0000 (23:55 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 18 Aug 2014 10:06:21 +0000 (12:06 +0200)
commit3fb18b4da7a545321e38b4a59f38995630a8d752
tree0ed24da4aa8d2a0595e4be9c5f10026b6002243d
parent5d546d4b65a3751172286e299528de15c5f05576
memory: Use memory_region_name for name access

Despite being local to memory.c, use the helper function. This prepares
support for fully QOMifiying the name field of MR (which will remove
this state from MR completely).

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