Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 02/16/2005 13:58:30
Module Name:	src
Committed By:	bouyer
Date:		Wed Feb 16 13:58:30 UTC 2005

Added Files:
	src/sys/arch/xen/xen [bouyer-xen2]: xbdback.c

Log Message:
Work in progress on block device backend. It's enouth to have a vbd
attached in a guest OS, and to mount a filesystem.
TODO:
- deal with ressources shortages
- properly release ressources on domain shutdown
- load balancing
Also, this implementation doesn't deal with multiple physical device per
vbd, but it should be easy to add if we really want it.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/xen/xen/xbdback.c

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