Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/17/2005 21:11:30
Module Name:	src
Committed By:	bouyer
Date:		Sun Apr 17 21:11:30 UTC 2005

Modified Files:
	src/sys/arch/xen/include: if_xennetvar.h
	src/sys/arch/xen/xen: ctrl_if.c hypervisor.c if_xennet.c xbd.c

Log Message:
Add a kernel thread to the control interface, to handle deferred callacks
(which may sleep). Fix port-xen/29851 by YAMAMOTO Takashi.
Use config_pending_incr()/config_pending_decr() in if_xennet instead of
busy-looping (which doesn't work any more).
Remove the kernel thread from xbd, which isn't needed any more.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/xen/include/if_xennetvar.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/xen/xen/ctrl_if.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/xen/xen/hypervisor.c
cvs rdiff -r1.21 -r1.22 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/xen/xen/xbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.