Revision dc702288 hw/ppc_newworld.c

b/hw/ppc_newworld.c
39 39
#include "ide.h"
40 40
#include "loader.h"
41 41
#include "elf.h"
42
#include "kvm.h"
42 43

  
43 44
#define MAX_IDE_BUS 2
44 45
#define VGA_BIOS_SIZE 65536
......
135 136
        envs[i] = env;
136 137
    }
137 138

  
139
    /* Make sure all register sets take effect */
140
    cpu_synchronize_state(env);
141

  
138 142
    /* allocate RAM */
139 143
    ram_offset = qemu_ram_alloc(ram_size);
140 144
    cpu_register_physical_memory(0, ram_size, ram_offset);

Also available in: Unified diff