commit | 09daed848c3de60b7979eda709dc4bae5195273d | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | Tue Dec 17 13:06:51 2013 +1000 |
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | Tue Feb 11 22:56:37 2014 +1000 |
tree | fc1780c50b6f58edbaa3ca77af504cc44fe07c57 | |
parent | c6c6958c98687543bcb12bdf5492e7a48d535511 [diff] [blame] |
cpu: Add per-cpu address space Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
diff --git a/cpus.c b/cpus.c index ca4c59f..945d85b 100644 --- a/cpus.c +++ b/cpus.c
@@ -1119,6 +1119,8 @@ static void qemu_tcg_init_vcpu(CPUState *cpu) { + tcg_cpu_address_space_init(cpu, cpu->as); + /* share a single thread for all cpus with TCG */ if (!tcg_cpu_thread) { cpu->thread = g_malloc0(sizeof(QemuThread));