Displaying 5 results from an estimated 5 matches for "sxp_cfg".
2010 Aug 10
4
[PATCH] Values of cpu_weight and cpu_cap are lost after xend restart
...686,12 @@ class XendConfig(dict):
# Convert scheduling parameters to vcpus_params
if ''vcpus_params'' not in cfg:
cfg[''vcpus_params''] = {}
- cfg["vcpus_params"]["weight"] = \
- int(sxp.child_value(sxp_cfg, "cpu_weight", 256))
- cfg["vcpus_params"]["cap"] = \
- int(sxp.child_value(sxp_cfg, "cpu_cap", 0))
+ if not cfg["vcpus_params"].has_key("weight"):
+ cfg["vcpus_params"]["weight"] = \...
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
...alue to unpack"
/var/log/xen/xend.log
File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 342, in __init__
self._sxp_to_xapi(sxp_obj)
File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 857, in _sxp_to_xapi
cfg = self._parse_sxp(sxp_cfg)
File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 720, in _parse_sxp
self.device_add(dev_type, cfg_sxp = config, target = cfg)
File "/usr/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 1448, in device_add
ret_uuid = self.device_duplicat...
2010 Apr 08
23
Xen 4.0 on gentoo hotplug scripts problem?
Hi,
Ive just tried Xen 4.0 on Gentoo with 2.6.32 (also tried 2.6.31)
forward ported dom0 kernel, Xen itself seems to boot up successfully
and everything else on the system is working normally, but when I try
to start a domain xm create appears to hang and eventually I get a
hotplug scripts error:
Error: Device 2049 (vbd) could not be connected.
/etc/xen/scripts/block failed; error detected.
2010 Apr 08
23
Xen 4.0 on gentoo hotplug scripts problem?
Hi,
Ive just tried Xen 4.0 on Gentoo with 2.6.32 (also tried 2.6.31)
forward ported dom0 kernel, Xen itself seems to boot up successfully
and everything else on the system is working normally, but when I try
to start a domain xm create appears to hang and eventually I get a
hotplug scripts error:
Error: Device 2049 (vbd) could not be connected.
/etc/xen/scripts/block failed; error detected.
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