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-bugs

[Xen-bugs] [Bug 287] New: No true noticfication mechanism for Xen tools

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 287] New: No true noticfication mechanism for Xen tools to determine when a domain has completely been destroyed
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 06 Oct 2005 18:42:36 +0000
Delivery-date: Thu, 06 Oct 2005 18:42:44 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=287

           Summary: No true noticfication mechanism for Xen tools to
                    determine when a domain has completely been destroyed
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: jyoung5@xxxxxxxxxx


Problem:
        Today Xen tools depend on getting a VIRQ to determine if a domain has
completely gone away. The problem with this is that the VIRQ is given from the
hypervisor when a domain is asked to be destroyed. A domain is not compleltely
destroyed until all memory mapped in the domain is unmapped. The VIRQ that is
given to the tools is normally delivered before the domain is truly destroyed.
So there is a brief period of time after the domain VIRQ is delivered when the
domain has not actually gone away. There is no notification for the tools to
know that it has completley gone away, so today the tools have to assume that
once they receive a VIRQ then the domain is gone.


Possible Solution:
        A robust event system so that tools can distinguish when a domain has 
begun
dying & when the domain has died. Using another VIRQ to signal that the domain
is compeletely gone could be a solution.

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 287] New: No true noticfication mechanism for Xen tools to determine when a domain has completely been destroyed, bugzilla-daemon <=