]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: constify memory_region_name
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 15 Aug 2014 06:55:03 +0000 (23:55 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 18 Aug 2014 10:06:21 +0000 (12:06 +0200)
commit5d546d4b65a3751172286e299528de15c5f05576
treec989f9b68198362d16d229e5e41f72528d743286
parent83234bf2fa4b28feb2accee823c56f2188eed48c
memory: constify memory_region_name

It doesn't change the MR and some prospective call sites will have
const MRs at hand.

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