]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu-qom.h
target-i386: create a separate AddressSpace for each CPU
[mirror_qemu.git] / target-i386 / cpu-qom.h
index 31a0c1e7764cb85a6513565892ea3f3457b1165c..39cd878fad74b0d7b793a02bb7f220b7619bf91f 100644 (file)
@@ -111,6 +111,7 @@ typedef struct X86CPU {
     /* in order to simplify APIC support, we leave this pointer to the
        user */
     struct DeviceState *apic_state;
+    struct MemoryRegion *cpu_as_root;
 } X86CPU;
 
 static inline X86CPU *x86_env_get_cpu(CPUX86State *env)