search for: getdomains

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

Did you mean: get_domains
2006 May 02
0
Mini-OS and Xend issue
...oy". Other commands like "vcpu-list" continue to work. Once I restart xend, the problem goes away and does not show up again. This happens only on fresh boots. I did a little tracing on "xm list". (xm log is at the bottom) xm list ends up calling xm/main.py: xm_list()->getDomains()->server.xend.domains(1) This ends up in xend/XendDomain.py: xen_domains() -> xc.domain_getinfo() This ends up in lowlevel/xc/xc.c: pyxc_domain_getinfo() Strange thing is that can see the last debug print in getDomains before it called xen_domains() and the last print in xen_domains(). But...
2011 Nov 04
1
Event&Callback in QEMU
...an a virConnectDomainEventCallback, the code segment is as below: ------------------------ int DomainEventCallback(virConnectPtr conn, virDomainPtr dom, int event, int detail, void * opaque){ /*My code */ ....... } int main(){ /* .....*/ virDomainPtr dom = domain.getDomains("xp"); virFreeCallback freecb = NULL; void *opaque =NULL; virConnectDomainEventCallback cb =DomainEventCallback; virConnectDomainEventRegisterAny(conn, dom, VIR_DOMAIN_EVENT_ID_LIFECYCLE, VIR_DOMAIN_EVENT_CALLBACK(cb),opaque,freecb); /* .....*/ } but such a error happene...
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...;', + ''Slice'', ''Latency'', + ''ExtraTime'',''Weight'') + + from xen.xend.XendClient import server + for dom in getDomains(""): + d = parse_doms_info(dom) + + if domid == ''-1'' or domid_match(domid, d): + + # fetch current values so as not to clobber them + sedf_info = \ + parse_sedf_info(server.xend_domain_cpu_sedf_get(d[''do...
2012 Dec 17
1
[LLVMdev] [polly] ISL vector code generation
Hi, thanks to Tobias for doing most of the work to get the vector code generation working with ISL's code generation. Attached are two patches to port the vector code generation part of the testsuite from Cloog/CodeGen to Isl/CodeGen. Tobi, do you want to commit these two patches separately, or you want me to combine them, as the second patch is needed to make the testsuite pass? Also, let
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
Xen patchbot -unstable wrote: ># HG changeset patch ># User cl349@firebug.cl.cam.ac.uk ># Node ID 8fe8a99b1c2a6ea88624546ab625eaa0758e3a17 ># Parent e69cbfee4011da1648718f1f5cbe8dabb956e72a >New console transport and update xenconsoled. >Add a new console interface using a seperate shared page and event channel >instead of passing the console input/output over control
2006 Oct 31
0
6362982 namespace pollution/protection in libc
Author: raf Repository: /hg/zfs-crypto/gate Revision: 4e0d2d9869b6e03153797c60bb3786268667c14c Log message: 6362982 namespace pollution/protection in libc 6369040 there should be but one synonyms.h file outside of libc Files: create: deleted_files/usr/src/lib/common/inc/mtlib.h create: deleted_files/usr/src/lib/libc/sparcv9/gen/llabs.s create: