qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [4346] Revert commit r4342 and r4343, wasn't intended to be


From: Aurelien Jarno
Subject: [Qemu-devel] [4346] Revert commit r4342 and r4343, wasn't intended to be committed
Date: Mon, 05 May 2008 21:33:45 +0000

Revision: 4346
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4346
Author:   aurel32
Date:     2008-05-05 21:33:45 +0000 (Mon, 05 May 2008)

Log Message:
-----------
Revert commit r4342 and r4343, wasn't intended to be committed

Modified Paths:
--------------
    trunk/exec-all.h
    trunk/vl.c

Modified: trunk/exec-all.h
===================================================================
--- trunk/exec-all.h    2008-05-05 21:27:18 UTC (rev 4345)
+++ trunk/exec-all.h    2008-05-05 21:33:45 UTC (rev 4346)
@@ -19,7 +19,7 @@
  */
 
 /* allow to see translation results - the slowdown should be negligible, so we 
leave it */
-//#define DEBUG_DISAS
+#define DEBUG_DISAS
 
 /* is_jmp field values */
 #define DISAS_NEXT    0 /* next instruction can be analyzed */

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2008-05-05 21:27:18 UTC (rev 4345)
+++ trunk/vl.c  2008-05-05 21:33:45 UTC (rev 4346)
@@ -4030,7 +4030,6 @@
     if (!s)
         return NULL;
     s->fd = fd;
-    enable_sigio_timer(fd);
     s->vc = qemu_new_vlan_client(vlan, tap_receive, NULL, s);
     qemu_set_fd_handler(s->fd, tap_send, NULL, s);
     snprintf(s->vc->info_str, sizeof(s->vc->info_str), "tap: fd=%d", fd);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]