Displaying 5 results from an estimated 5 matches for "storedom".
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
...n func(*params)
File "<string>", line 1, in <lambda>
File "//usr/lib/python/xen/xend/server/XMLRPCServer.py", line 55, in dispatch
return getattr(info, fn)(*args)
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 493, in send_sysrq
self.storeDom("control/sysrq", ''%c'' % key)
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 774, in storeDom
return xstransact.Store(self.dompath, *args)
File "//usr/lib/python/xen/xend/xenstore/xstransact.py", line 338, in Store
complete(path,...
2011 Nov 13
0
Bug#648670: xm was unable determine an actual domU state under some conditions
...tring>", line 1, in <lambda>
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/XMLRPCServer.py", line 56, in dispatch
return getattr(info, fn)(*args)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 533, in shutdown
self.storeDom("control/shutdown", reason)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 1705, in storeDom
return xstransact.Store(self.dompath, *args)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 347, in Store...
2008 Feb 27
0
PATCH: Make QEMU send logs to stderr
...try:
+ os.execve(self.device_model, args, env)
+ except:
+ os._exit(127)
+ except:
+ os._exit(127)
+ else:
+ self.pid = pid
+ os.close(null)
+ os.close(logfd)
self.vm.storeDom("image/device-model-pid", self.pid)
log.info("device model pid: %d", self.pid)
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Proj...
2008 Sep 30
31
[PATCH] [Xend] Move some backend configuration
This patch moves some dom0 variables and backend device
configuration from frontend directories to
/local/domain/<backdomid>/backend or /vm.
Also,
- the first console is created as a xend device and moves
from console/0 to device/console/0
- /vm_path/<domid> is introduced, referencing the /vm path
- /vm_path/device/backend holds the backend device location,
rather than storing it
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and