All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][VT][8/15] Need to reset device model pid on reboot
@ 2005-08-11 19:24 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-08-11 19:24 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser; +Cc: xen-devel

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 <ke.yu@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>

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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-11 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 19:24 [PATCH][VT][8/15] Need to reset device model pid on reboot Arun Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.