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

[Xen-devel] [PATCH][REPOST] Additional states for Xenbus: Suspend/Resume

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][REPOST] Additional states for Xenbus: Suspend/Resume
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Fri, 20 Jan 2006 00:15:31 -0500
Delivery-date: Fri, 20 Jan 2006 05:23:24 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hello!

I have previously posted a version of this patch. The problem that I
have encountered with driver backends was that they were unaware of the
reason why a frontend was disappearing or why it was created. The
following patch allows the backend to see whether a frontend is going
into suspend mode and disappearing vs. disappearing due to domain
destruction or being created due to a resume vs a domain creation. I
have separated out the code that actually uses this awareness in the TPM
driver for another patch. Backend drivers can now be written such that it allows
hotplug scripts to react differently depending on this reason.

Please let me know about comments regarding this patch.


Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

Attachment: xenbus-susres-state.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][REPOST] Additional states for Xenbus: Suspend/Resume, Stefan Berger <=