search for: linuximagehandl

Displaying 8 results from an estimated 8 matches for "linuximagehandl".

Did you mean: linuximagehandler
2008 Aug 26
0
[PATCH] xend: fix LinuxImageHandler debugging output
xend: fix LinuxImageHandler debugging output Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r c2472ded5c7c tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Tue Aug 26 15:16:57 2008 +0100 +++ b/tools/python/xen/xend/image.py Tue Aug 26 17:06:09 2008 +0100 @@ -637,8 +637,9 @@ c...
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()
2007 Feb 27
3
freebsd domu 14, bad address
...usr/lib/python/xen/xend/image.py", line 108, in createImage return self.createDomain() File "//usr/lib/python/xen/xend/image.py", line 127, in createDomain result = self.buildDomain() File "//usr/lib/python/xen/xend/image.py", line 626, in buildDomain return LinuxImageHandler.buildDomain(self) File "//usr/lib/python/xen/xend/image.py", line 211, in buildDomain features = self.vm.getFeatures()) Error: (14, ''Bad address'') [2007-02-27 12:47:00 xend.XendDomainInfo 9551] ERROR (XendDomainInfo:397) VM start failed Traceback (most rece...
2008 Jul 26
0
Bug in xen-utils-unstable
...age:639) ramdisk = /boot/vmlinuz-2.6.18-6-xen-amd64 ? weird ? [2008-07-26 11:17:23 2890] DEBUG (image:640) vcpus = 1 [2008-07-26 11:17:23 2890] DEBUG (image:641) features = ... [quickfix, hardcoding in /usr/lib/xen-unstable/lib/python/xen/xend/image.py] class LinuxImageHandler(ImageHandler): ... self.ramdisk = "/boot/initrd.img-2.6.18-6-xen-amd64" log.debug("ramdisk = %s (david quickfix)", self.ramdisk) ... Some field must be badly passed to some function somewhere. I?m not used to python Best :) David Denis davi...
2011 Jan 23
1
SETVCPUCONTEXT failed
...ateImage > return self.createDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 184, in > createDomain > result = self.buildDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 1069, in > buildDomain > rc = LinuxImageHandler.buildDomain(self) > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 745, in > buildDomain > superpages = self.superpages) > Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') > [2011-01-23 15...
2011 Jan 23
1
SETVCPUCONTEXT failed
...ateImage > return self.createDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 184, in > createDomain > result = self.buildDomain() > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 1069, in > buildDomain > rc = LinuxImageHandler.buildDomain(self) > File "/usr/lib/xen-4.0/lib/python/xen/xend/image.py", line 745, in > buildDomain > superpages = self.superpages) > Error: (1, ''Internal error'', ''launch_vm: SETVCPUCONTEXT failed (rc=-1)\n'') > [2011-01-23 15...
2010 Sep 27
8
pygrub question
Hi, I''ve prepared a Ubuntu 10.04 LTS server on a Xen 3.2-1 host running Debian Lenny on kernel 2.6.26-2-xen-amd64. The Ubuntu 10.04 domU is running a 2.6.32-24-server kernel from the Ubuntu repositories, which is (must be :-) ) xen-aware. The domU uses pygrub to boot and it works like a charm. Now I''m trying to deploy this domU on a Xen 3.2-1 host running Debian Etch on kernel
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