On 11/30/2009 01:45 PM, Glauber Costa wrote:

Better to use cpu_synchronize_state() instead.

I might be misreading it, but :

void kvm_cpu_synchronize_state(CPUState *env)
{
     if (!env->kvm_state->regs_modified) {
         kvm_arch_get_registers(env);
         env->kvm_state->regs_modified = 1;
     }
}

Only does get. And we need put.

It will autoput during the next guest entry.

--
error compiling committee.c: too many arguments to function



Reply via email to