Re: [patch 1/2] qemu-kvm: use usptream eventfd code

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

 



 On 09/06/2010 11:20 PM, Marcelo Tosatti wrote:
Upstream code is equivalent.

Signed-off-by: Marcelo Tosatti<mtosatti@xxxxxxxxxx>

Index: qemu-kvm/cpus.c
===================================================================
--- qemu-kvm.orig/cpus.c
+++ qemu-kvm/cpus.c
@@ -290,11 +290,6 @@ void qemu_notify_event(void)
  {
      CPUState *env = cpu_single_env;

-    if (kvm_enabled()) {
-        qemu_kvm_notify_work();
-        return;
-    }
-
      qemu_event_increment ();
      if (env) {
          cpu_exit(env);

qemu_event_increment() is indeed equivalent, but what about the rest? Are we guaranteed that cpu_single_env == NULL?

--
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