search for: getdomain

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

Did you mean: get_domain
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 happen...
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[''d...
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.
...tore_mfn, >+ unsigned int console_evtchn, >+ unsigned long *console_mfn) > { > dom0_op_t launch_op, op; > int initrd_fd = -1; >@@ -707,7 +720,8 @@ > &vstack_start, ctxt, cmdline, > op.u.getdomaininfo.shared_info_frame, > control_evtchn, flags, vcpus, >- store_evtchn, store_mfn) < 0 ) >+ store_evtchn, store_mfn, >+ console_evtchn, console_mfn) < 0 ) > { > ERROR("Error constructing gues...
2006 Oct 31
0
6362982 namespace pollution/protection in libc
...sr/src/lib/libmail/Makefile.com update: usr/src/lib/libmail/amd64/Makefile update: usr/src/lib/libmail/common/abspath.c update: usr/src/lib/libmail/common/casncmp.c update: usr/src/lib/libmail/common/copystream.c update: usr/src/lib/libmail/common/delempty.c update: usr/src/lib/libmail/common/getdomain.c update: usr/src/lib/libmail/common/maillock.c update: usr/src/lib/libmail/common/notifyu.c update: usr/src/lib/libmail/common/popenvp.c update: usr/src/lib/libmail/common/s_string.c update: usr/src/lib/libmail/common/setup_exec.c update: usr/src/lib/libmail/common/skipspace.c update: usr/s...