search for: progatropos

Displaying 1 result from an estimated 1 matches for "progatropos".

2004 Oct 18
3
potential bug in "xm atropos" implementation
>From tools/libxc/xc_atropos.c: int xc_atropos_domain_set(int xc_handle, u32 domid, u64 period, u64 slice, u64 latency, int xtratime) which takes 6 arguments >From tools/python/xen/xm/main.py: class ProgAtropos(Prog): <snip> def main(self, args): if len(args) != 5: self.err("%s: Invalid argument(s)" % args[0]) dom = args[1] v = map(int, args[2:5]) server.xend_domain_cpu_atropos_set(dom, *v) Now if you specify all 6 arguments on the command line, xm atro...