]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc_newworld.c
KVM: Rework VCPU state writeback API
[mirror_qemu.git] / hw / ppc_newworld.c
index bc86c851e72b01de4cc0080508007f78894fdaa7..d4f9013fe521e73fe39c5cead400117e9f64f997 100644 (file)
@@ -167,9 +167,6 @@ static void ppc_core99_init (ram_addr_t ram_size,
         envs[i] = env;
     }
 
-    /* Make sure all register sets take effect */
-    cpu_synchronize_state(env);
-
     /* allocate RAM */
     ram_offset = qemu_ram_alloc(ram_size);
     cpu_register_physical_memory(0, ram_size, ram_offset);