]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: create a separate AddressSpace for each CPU
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 31 Mar 2015 12:11:09 +0000 (14:11 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jun 2015 15:36:39 +0000 (17:36 +0200)
commit2001d0cd6d55e5efa9956fa8ff8b89034d6a4329
tree00e713e1ebce367004446464b9c2976596eb3a58
parent71cdd1cb914e24000273bbbfa5fb226cdb8ea265
target-i386: create a separate AddressSpace for each CPU

Different CPUs can be in SMM or not at the same time, thus they
will see different things where the chipset places SMRAM.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu-qom.h
target-i386/cpu.c