WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Disable xenconsoled throttling for now.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Disable xenconsoled throttling for now.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Aug 2005 03:12:11 -0400
Delivery-date: Tue, 16 Aug 2005 08:41:06 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 0237746ecf92423a1b948836902f857c4cc3ddd3
# Parent  2c2015c11b498987f1b410540262c4ba29e50de1
Disable xenconsoled throttling for now.

diff -r 2c2015c11b49 -r 0237746ecf92 tools/console/daemon/io.c
--- a/tools/console/daemon/io.c Tue Aug 16 07:06:10 2005
+++ b/tools/console/daemon/io.c Tue Aug 16 07:07:11 2005
@@ -329,6 +329,7 @@
 
                ret = select(max_fd + 1, &readfds, &writefds, 0, &tv);
                if (tv.tv_sec == 1 && (++num_of_writes % 100) == 0) {
+#if 0
                        /* FIXME */
                        /* This is a nasty hack.  xcs does not handle the
                           control channels filling up well at all.  We'll
@@ -338,6 +339,7 @@
                           going away */
                        tv.tv_usec = 1000;
                        select(0, 0, 0, 0, &tv);
+#endif
                }
                enum_domains();
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Disable xenconsoled throttling for now., Xen patchbot -unstable <=