Re: [patch uq/master 2/4] qemu: kvm specific wait_io_event

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux