Searched hist:"12 ebc9a76dd7702aef0a3618717a826c19c34ef4" (Results 1 – 2 of 2) sorted by relevance
/qemu/include/hw/core/ |
H A D | cpu.h | 12ebc9a76dd7702aef0a3618717a826c19c34ef4 Thu Jan 21 14:15:04 UTC 2016 Peter Maydell <peter.maydell@linaro.org> 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>
|
/qemu/system/ |
H A D | cpus.c | 12ebc9a76dd7702aef0a3618717a826c19c34ef4 Thu Jan 21 14:15:04 UTC 2016 Peter Maydell <peter.maydell@linaro.org> 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>
|