On 06/23/2010 03:29 PM, Avi Kivity wrote:
On 03/23/2010 06:37 PM, Marcelo Tosatti wrote:
This is now done via the initialization's qemu_system_reset call.
Index: qemu-uq/kvm-all.c
===================================================================
--- qemu-uq.orig/kvm-all.c
+++ qemu-uq/kvm-all.c
@@ -209,7 +209,6 @@ int kvm_init_vcpu(CPUState *env)
ret = kvm_arch_init_vcpu(env);
if (ret == 0) {
qemu_register_reset(kvm_reset_vcpu, env);
- kvm_arch_reset_vcpu(env);
}
err:
return ret;
I'm testing uq/master, and I see this breaks it. qemu freezes
immediately on startup.
(might be due to a rebase?)
The symptoms, btw, are a vcpu started from 0:0 instead of 0xf000:0xfff0.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html