From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][VT][8/15] Need to reset device model pid on reboot Date: Thu, 11 Aug 2005 12:24:26 -0700 Message-ID: <20050811192426.GA15301@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Need to reset device model pid on reboot Without this, xend will not spawn a new device model process after the reboot. Signed-off-by: Ke Yu Signed-off-by: Arun Sharma diff -r 6fb4a79e9f7a -r c463720c5439 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Tue Aug 9 19:06:44 2005 +++ b/tools/python/xen/xend/XendDomainInfo.py Tue Aug 9 19:06:44 2005 @@ -642,6 +642,7 @@ pass if self.image: try: + self.device_model_pid = 0 self.image.destroy() self.image = None except: