CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2015/12/08 15:14:40
Modified files: sys/dev/pv : files.pv xen.c xenvar.h Added files: sys/dev/pv : xenstore.c Log message: Driver for XenStore, the configuration storage XenStore provides a hierarchical storage for Xen configuration in a style of an OpenFirmware. Itself it's an interrupt driven producer/consumer interface with two 1kb rings for input and output. It's required in order to do virtual device discovery and device configuration (fetch MAC address, various parameters). With input from and OK mlarkin, reyk