Subject: Re: save/restore for xbd
To: None <port-xen@NetBSD.org>
From: Jed Davis <jdev@panix.com>
List: port-xen
Date: 04/25/2006 05:42:30
Jed Davis <jdev@panix.com> writes:

> The xbd_suspend and xbd_resume functions are dead code at the moment,
> but won't stay that way.

Hm.  I'm going to wind up with all permutations of
{xbd,xennet,clock,evtchn,ctrl_if}_{suspend,resume}, and at least the
clock ones don't have an obvious header file for the subsystem, and
nothing outside the suspend handler should have any reason to touch
any of them (not counting use from the same module due to common
code).  So I'm wondering if they should get their own header, or what.

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