On 02/18/2010 03:58 PM, Marcelo Tosatti wrote:
On Thu, Feb 18, 2010 at 10:29:35AM +0200, Avi Kivity wrote:
+static void qemu_kvm_wait_io_event(CPUState *env)
+{
+ while (!cpu_has_work(env))
+ qemu_cond_timedwait(env->halt_cond,&qemu_global_mutex, 1000);
+
+ qemu_wait_io_event_common(env);
}
Shouldn't kvm specific code be in kvm-all.c?
The context is in vl.c, so don't see much gain.
ok.
--
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