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] Xend wait for device to disconnect during final stag

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Xend wait for device to disconnect during final stage of migration
From: "Yung Giang" <yung.giang@xxxxxxxxx>
Date: Mon, 21 May 2007 16:48:02 -0400
Delivery-date: Mon, 21 May 2007 13:46:23 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Muhr40ry2GjoBM+xfJUZRC9HpNRUBEK4pWoU4EEGr7gBBGDFQYI8tU/kiyGwJmByXurRbvaORktIP7GmZcilKRMJsDmk7wdJ9hHFr4+RUVZFM9Z9bjrYHRjd2grKPOmLkBPDHpzatCBOfKmY9pX764G2LWanh27Rrhgr/eqPOSE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=L7t+DyLkzWmWHtyh8rQxhc6D7bMctl5XAVjNLxZDxpcOr71+3RTYHId18dG2T9X1bwcjOFBp+iRZo4iidpdYxBGusSGJNlyPYBPe2abE9x74atrTYK+FCu3NJCDhGouiKRZq0qHE++rpVslgxkGM4O8+A68k+iFlGEUBC6InLm8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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

Hi-
            This patch fixes the issue with waiting for devices to disconnect during the end stage of migration in Xend. The problem was cause by a deletion of the VM domain ID which is used by testDevicecompleComplete ->deviceIDs->backendRoot() to get the virtual backend device path. The virtual backend device path is used to check if a device is still existed in xenstore. Please take a look, let me know if you have any question or problem.

Thanks,
-Yung Giang

Attachment: xend-wait-for-devices-disconnet.patch
Description: Binary 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] Xend wait for device to disconnect during final stage of migration, Yung Giang <=