From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: [PATCH][RESEND] make xm reboot work for vmx domain Date: Tue, 24 Jan 2006 09:03:13 -0800 Message-ID: <20060124170313.GC3104@localhost.localdomain> References: <8126E4F969BA254AB43EA03C59F44E840488B818@pdsmsx404> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <8126E4F969BA254AB43EA03C59F44E840488B818@pdsmsx404> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Yu, Ke" Cc: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Jan 20, 2006 at 09:12:05AM +0800, Yu, Ke wrote: > # HG changeset patch > # User Yu Ke > # Node ID 21bcf6e59fafb61e32521f54ff3890367cfc7e4d > # Parent 8d6edcf06f9b21cd7db68bdeb40c13ac3de60c12 > > This patch makes xm reboot/shutdown work for vmx doamin. > > xm reboot failed due to two issues: > 1. no mechanism to change XendDomainInfo.info to trigger domain reboot > 2. ioemu blkif parameter is missing during reboot, thus device model > recreation will fail. > > This patch fixes these issues by > 1. introducing a xswatch to monitor the control/shutdown node. once > fired, it will change the XendDomainInfo.info to trigger domain reboot > 2. saving the ioemu blkif parameter in xen store just like DomU does. > Applied, thanks. Ewan.