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] [xen-unstable] [PVFB][TOOLS] Don't unwatch the framebuff

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 03 Dec 2006 15:10:22 +0000
Delivery-date: Sun, 03 Dec 2006 07:10:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 Steven Smith <ssmith@xxxxxxxxxxxxx>
# Node ID d57b0e2834d7a6890a397e3419de469fe4ff1ee0
# Parent  2a6a793a2f680bbac8d11696e955d69335f98bf4
[PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just
because it want to state Closed.  Otherwise, we don't notice when
the node gets deleted, and can't reliably shut the backend down.

Signed-off-by: Steven Smith <sos22@xxxxxxxxx>
---
 tools/xenfb/xenfb.c |    1 -
 1 files changed, 1 deletion(-)

diff -r 2a6a793a2f68 -r d57b0e2834d7 tools/xenfb/xenfb.c
--- a/tools/xenfb/xenfb.c       Fri Dec 01 12:38:41 2006 +0000
+++ b/tools/xenfb/xenfb.c       Fri Dec 01 13:11:53 2006 +0000
@@ -597,7 +597,6 @@ static int xenfb_on_state_change(struct 
                xenfb_switch_state(dev, state);
                break;
        case XenbusStateClosed:
-               xs_unwatch(dev->xenfb->xsh, dev->otherend, "");
                xenfb_switch_state(dev, state);
        }
        return 0;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just, Xen patchbot-unstable <=