Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Small changes to libxc (save/restore part 4)
Jed Davis <jdev%panix.com@localhost> writes:
> libxc change #2... I don't really understand the problem; it has
> something to do with live migration and the domU releasing
> pseudo-physical pages after they were sent but before it's suspended.
> Except that, for non-live mode, I think it's reporting all the holes
> in the pseudo-physical range, even though those pages haven't been
> sent.
Indeed I don't understand the problem, or at least the code in
xc_linux_save.c that I altered to try to fix it, because I can still
evoke the "Could not decrease reservation" error. I need to look at
this some more.
--
(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)))))
Home |
Main Index |
Thread Index |
Old Index