Subject: Re: IOCTL_PRIVCMD_MMAP
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 08/29/2005 22:32:31
Jed Davis <jdev@panix.com> 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)))))