Laurent Vivier wrote: > Avi Kivity wrote: > [...] > >> The normal user/system accounting has the same issue, no? Whereever we >> happen to land (kernel or user) gets the whole tick. >> >> So I think it is okay to have the same limitation for guest time. >> >> > > So this is how it looks like. > PATCH 1 and 2 are always a prerequisite. > >
> + tmp = cputime_to_cputime64(cputime); > + if (p->flags & PF_VCPU) { > + p->utime = cputime_add(p->utime, cputime); > + p->gtime = cputime_add(p->gtime, cputime); > + > + cpustat->guest = cputime64_add(cpustat->guest, tmp); > + cpustat->user = cputime64_add(cpustat->user, tmp); > + > + p->flags &= ~PF_VCPU; > + > + return; > + } > + Where did CONFIG_GUEST_ACCOUNTING go? -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel