Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: IOCTL_PRIVCMD_MMAP



Jed Davis <jdev%panix.com@localhost> writes:

> It's failing because the foreign domain no longer exists, but xend
> isn't aware of that and tries to map its control interface anyway.

Let me rephrase that: the specified pseudo-physical address does not
exist for the specified foreign domain; it might be that the domain
still exists with no memory.  The specifics are unclear to me, because
at that point xend won't work, and I haven't yet installed vm-tools.

-- 
(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