unicorn/qemu/include/qom
Peter Maydell 51369b67cd
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.

Backports commit 12ebc9a76dd7702aef0a3618717a826c19c34ef4 from qemu
2018-02-17 22:35:13 -05:00
..
cpu.h exec.c: Allow target CPUs to define multiple AddressSpaces 2018-02-17 22:35:13 -05:00
object.h qom: Introduce ObjectPropertyIterator struct for iteration 2018-02-17 18:39:00 -05:00
qom-qobject.h import 2015-08-21 15:04:50 +08:00