[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix xm shutdown/reboot for HVM domain of IA64
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1201772585 0 # Node ID c4a06902febfb19e6ee34496144ee04e353e5dae # Parent 1b4fa085bec6d4bda162d830a124492388377326 Fix xm shutdown/reboot for HVM domain of IA64 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> --- tools/python/xen/xend/XendDomainInfo.py | 1 - 1 files changed, 1 deletion(-) diff -r 1b4fa085bec6 -r c4a06902febf tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Jan 31 09:41:32 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Jan 31 09:43:05 2008 +0000 @@ -481,7 +481,6 @@ class XendDomainInfo: hvm_pvdrv = xc.hvm_get_param(self.domid, HVM_PARAM_CALLBACK_IRQ) if not hvm_pvdrv: code = REVERSE_DOMAIN_SHUTDOWN_REASONS[reason] - xc.domain_destroy_hook(self.domid) log.info("HVM save:remote shutdown dom %d!", self.domid) xc.domain_shutdown(self.domid, code) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |