Displaying 3 results from an estimated 3 matches for "dbmap".
Did you mean:
  bmap
  
2005 Aug 08
4
[PATCH] Fix TypeError when starting VMX domains
...nInfo.py", line 510, in construct
     self.construct_image()
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 574, in 
construct_image
     self.store_channel)
   File "/usr/lib/python/xen/xend/xenstore/xsobj.py", line 310, in 
introduceDomain
     log.info("DBMap>introduceDomain> %d %d %s %s" %(dom, page, evtchn, 
path))
TypeError: int argument required
--- a/tools/python/xen/xend/XendDomainInfo.py   Mon Aug  8 20:22:16 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py   Mon Aug  8 15:00:19 2005
@@ -239,7 +239,7 @@
          self.channel = Non...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...11-01 17:46:14 xend] DEBUG (XendDomainInfo:182)
info={''vcpu_to_cpu'': [0, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-$[2005-11-01 17:46:14 xend] DEBUG
(XendDomainInfo:183) config=''None''
[2005-11-01 17:46:14 xend] INFO (xsobj:326)
DBMap>introduceDomain> 0 89836 <EventChannel dom1:0:14
dom2:0:16>
/domain/4bcd1bc6-446e-46ad-a74a-9a768f1ee333
[2005-11-01 17:46:14 xend] INFO (XendRoot:141) EVENT>
xend.domain.create [''Domain-0'', 0]
[2005-11-01 17:46:14 xend] DEBUG (XendDomainInfo:698)
writing key availa...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...30 08:47:51 2005
>+++ b/tools/python/xen/xend/XendDomainInfo.py	Tue Aug 30 16:14:53 2005
>@@ -47,7 +47,7 @@
> from xen.xend.XendRoot import get_component
> 
> from xen.xend.uuid import getUuid
>-from xen.xend.xenstore import DBVar
>+from xen.xend.xenstore import DBVar, XenNode, DBMap
> 
> """Shutdown code for poweroff."""
> DOMAIN_POWEROFF = 0
>@@ -231,6 +231,7 @@
>         DBVar(''start_time'',    ty=''float''),
>         DBVar(''state'',         ty=''str''),
>...