qemu-e2k/include/qom
Peter Maydell 12ebc9a76d exec.c: Allow target CPUs to define multiple AddressSpaces
Allow multiple calls to cpu_address_space_init(); each
call adds an entry to the cpu->ases array at the specified
index. It is up to the target-specific CPU code to actually use
these extra address spaces.

Since this multiple AddressSpace support won't work with
KVM, add an assertion to avoid confusing failures.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2016-01-21 14:15:04 +00:00
..
cpu.h exec.c: Allow target CPUs to define multiple AddressSpaces 2016-01-21 14:15:04 +00:00
object_interfaces.h
object.h qom: Change object property iterator API contract 2016-01-18 17:47:58 +01:00
qom-qobject.h