]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: introduce memory_region_set_alias_offset()
authorAvi Kivity <avi@redhat.com>
Sun, 4 Dec 2011 17:16:50 +0000 (19:16 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 5 Dec 2011 10:04:05 +0000 (12:04 +0200)
commit4703359e0eeb27c382fdf2951b842cf8bde26672
tree441f52db91415b9eec6a322d9d1c9f5d15ac71e8
parent2282e1af408db47bab0f900344c0ba0935835f48
memory: introduce memory_region_set_alias_offset()

Add an API to update an alias offset of an active alias.  This can be
used to simplify implementation of dynamic memory banks.

Signed-off-by: Avi Kivity <avi@redhat.com>
memory.c
memory.h