]> git.proxmox.com Git - mirror_qemu.git/commit - cpus.c
qom/cpu: Add MemoryRegion property
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 21 Jan 2016 14:15:06 +0000 (14:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Jan 2016 14:15:06 +0000 (14:15 +0000)
commit6731d864f80938e404dc3e5eb7f6b76b891e3e43
tree2974134d663731aa18ae01ce816bea7043157ecf
parentf0c02d15b57da6f5463e3768aa0cfeedccf4b8f4
qom/cpu: Add MemoryRegion property

Add a MemoryRegion property, which if set is used to construct
the CPU's initial (default) AddressSpace.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
[PMM: code is moved from qom/cpu.c to exec.c to avoid having to
 make qom/cpu.o be a non-common object file; code to use the
 MemoryRegion and to default it to system_memory added.]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
cpus.c
exec.c
include/qom/cpu.h