search for: domain_start

Displaying 6 results from an estimated 6 matches for "domain_start".

2008 Mar 26
3
[PATCH][TOOLS] pygrub: cleanup and support for NetBSD
Hi Keir, Attached patch gets rid of the global attr variable and adds support for NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Geschäftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht
2010 Nov 07
0
Problem about RLock when starting VMs in parallel
Hi, Here is a question about starting of subsequent VMs. In the function of "start" from the class of XendDomain which is in the module of xen.xend.XendDomain, there's a pair of operations acquiring and releasing threading.RLock, which is like following: def domain_start(self, domid, start_paused = True): self.domains_lock.acquire() .... self.domains_lock.release() The confine of the locked area is quite large, in fact it covers nearly all the function, which would cause most time in the serial scene when I actually call the start interf...
2009 Nov 04
6
xVM and zones not co-existing happily
...nt call last): File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomain.py", line 77, in op_start File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 1011, in domain_start File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 595, in waitForDevices File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", line 152, in waitForDevices File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.p...
2009 Feb 26
4
SXCE104, Cannot boot HVM domain
...nt call last): File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomain.py", line 77, in op_start File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 1011, in domain_start File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 595, in waitForDevices File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.py", line 152, in waitForDevices File "/usr/lib/python2.4/site-packages/xen/xend/server/DevController.p...
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it