CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/12/08 13:38:10
Modified files: usr.sbin/ldomd : ldomd.c sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/dev: vdsp.c sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Log message: Make ldomd(8) to control the availability of virtual disks to guest domains. This is done by opening the corresponding /dev/vdspN device file. The virtual disk will remain available until that device is closed, which happens automatically when ldomd(8) exits.