search for: shutdownwatch

Displaying 4 results from an estimated 4 matches for "shutdownwatch".

Did you mean: shutdown_watch
2006 May 18
4
Fail to create hvm domain
...EBUG (XendDomainInfo:1387) XendDomainInfo.destroyDomain(11) [2006-05-18 14:48:06 xend] ERROR (image:404) Unwatching hvm shutdown watch failed. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 401, in unregister_shutdown_watch if self.shutdownWatch: AttributeError: HVMImageHandler instance has no attribute ''shutdownWatch'' [2006-05-18 14:48:06 xend] DEBUG (image:406) hvm shutdown watch unregistered [2006-05-18 14:48:06 xend] ERROR (xmlrpclib2:124) (22, ''Invalid argument'') Traceback (most recent call last):...
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and preserve elfnotes read by the domain builder. This is handy for a few things. In particular, I''d like it so that xm can decide whether or not guest domains support fast resume (if save fails, or for checkpointing). _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2006 Sep 28
3
Bug#389836: xen-hypervisor-3.0-unstable-1-amd64: HVM domU won't start
Package: xen-hypervisor-3.0-unstable-1-amd64 Version: 3.0-unstable+hg11561-1 Severity: important The HVM domU won't start. The following is the config (comments stripped). --------------------begin-------------------- import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel =
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into xend, and I was wondering if you had a plan for how that should work. First example: the device tree data structure we talked about a few weeks ago. We will need to pass the config data to PPC code, probably in XendDomainInfo.initDomain(), and then pass the resulting data structure into libxc''s xc_linux_load()