Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-ia64-devel] [PATCH] Fix xm shutdown/reboot for HVM domain of IA64

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] Fix xm shutdown/reboot for HVM domain of IA64
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Thu, 31 Jan 2008 17:31:42 +0900
Delivery-date: Thu, 31 Jan 2008 00:32:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

xc.domain_destroy_hook() is called twice when we execute 
xm shutdown/reboot command to an HVM domain without PV drivers. 
The first calling is from shutdown() in XendDomainInfo.py. 
The second calling is from destroyDomain() in XendDomainInfo.py. 
The first calling is not necessary, so this patch removes it. 

A discussion about this patch is as follows. 
 http://lists.xensource.com/archives/html/xen-ia64-devel/2008-01/msg00232.html

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: destroy_hook.patch
Description: Binary data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] Fix xm shutdown/reboot for HVM domain of IA64, Masaki Kanno <=