]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc_oldworld.c
KVM: Rework VCPU state writeback API
[mirror_qemu.git] / hw / ppc_oldworld.c
index 04a78358dddaf9cc5dfe258deea3f118ad4cd280..93c95ba6593d01998551625e1b01dc7ca6afd07c 100644 (file)
@@ -165,9 +165,6 @@ static void ppc_heathrow_init (ram_addr_t ram_size,
         envs[i] = env;
     }
 
-    /* Make sure all register sets take effect */
-    cpu_synchronize_state(env);
-
     /* allocate RAM */
     if (ram_size > (2047 << 20)) {
         fprintf(stderr,