]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: MemoryRegion: Add may-overlap and priority props
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 6 Jun 2014 06:17:01 +0000 (23:17 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Jul 2014 08:20:41 +0000 (10:20 +0200)
commitd33382da9abe21cb42f26b55945845b56ce9324a
tree5b68134e26126b8563ac5cfc93a619bf225238fe
parent409ddd0139c101f813d16e8ebaa7c7d4b4afb96e
memory: MemoryRegion: Add may-overlap and priority props

QOM propertyify the .may-overlap and .priority fields. The setters
will re-add the memory as a subregion if needed (i.e. the values change
when the memory region is already contained).

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