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

Signed-off-by: Marcelo Tosatti<[email protected]>

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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to