Manuel Bouyer <bouyer antioche.eu.org> writes:
> One interesting thing it that it seems that Xen can now
dynamically
> move a guest from a CPU to another on SMP systems, but
I've not done
> specific tests for this.
It sounds like I can be reasonably certain that Xen2 will
never
relocate a domain to another physical CPU, which will make
working
around a flaw in its timekeeping (fixed in Xen3) easier.
--
(let ((C call-with-current-continuation)) (apply (lambda (x
y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s)
l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car
l)) ((f (cdr l))
(C k))))))) '((#J #d #D #v #s) (#e #space #a #i
#newline)))))
|