]> xenbits.xen.org Git - xenclient/ioemu-pq.git/commitdiff
switcher: Remove debug.
authorJean Guyader <jean.guyader@eu.citrix.com>
Mon, 9 Nov 2009 18:04:26 +0000 (18:04 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Mon, 9 Nov 2009 18:04:26 +0000 (18:04 +0000)
master/switcher

index 7802cae70e4cfcd9b8f11d134180e71649bcd649..17ff74ac512548de91fde441fa1c4e98fb7a5b43 100644 (file)
@@ -571,10 +571,10 @@ index 7883718..0b6214c 100644
  #endif /*QEMU_XEN_H*/
 diff --git a/switcher.c b/switcher.c
 new file mode 100644
-index 0000000..f494229
+index 0000000..bca96f0
 --- /dev/null
 +++ b/switcher.c
-@@ -0,0 +1,271 @@
+@@ -0,0 +1,267 @@
 +/*
 + * QEMU dom0_driver
 + *
@@ -798,11 +798,7 @@ index 0000000..f494229
 +    switcher_connected = 1;
 +out:
 +    if (!switcher_timer)
-+    {
-+        fprintf(stderr, "switcher: new timer\n");
 +        switcher_timer = qemu_new_timer(rt_clock, switcher_connect, NULL);
-+    }
-+    fprintf(stderr, "switcher: Setup the timer\n");
 +    qemu_mod_timer(switcher_timer, qemu_get_clock(rt_clock) + 1000);
 +}
 +