Displaying 3 results from an estimated 3 matches for "edom_info".
Did you mean:
dom_info
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
...nt i, int sub)
{
@@ -178,13 +169,7 @@ static inline void extraq_add_sort_updat
ASSERT(!extraq_on(d,i));
- PRINT(3, "Adding domain %i.%i (score= %i, short_pen= %"PRIi64")"
- " to L%i extraq\n",
- d->domain->domain_id, d->vcpu_id, EDOM_INFO(d)->score[i],
- EDOM_INFO(d)->short_block_lost_tot, i);
-
- /*
- * Iterate through all elements to find our "hole" and on our way
+ /* Iterate through all elements to find our "hole" and on our way
* update all the other scores.
*/
list_...
2011 Dec 06
1
Re: [RFC/RFT][PATCH 0 of 3] rework locking in sched_adjust
...is
that it looks like you introduce a regression between patch 2 and 3 --
that is, if you apply patches 1 and 2, but not 3, then the lock you
grab in sched_sedf.c:sedf_adjust() won''t protect against concurrent
accesses from other vcpus; nor will it correctly handle updates to the
per-vcpu EDOM_INFO() variables.
Regressions in mid-patch series are bad because it can mess up bisection.
I think a better way of breaking it down would be:
* Add scheduler global locks, and have them called in the pluggable
scheduler *_adjust() function. This is redundant, but shouldn''t be
harmful.
* Ato...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See