Subject: Re: upgraded to 3.0.3, with hvm support
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 11/02/2006 22:39:28
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)))))