Module Name: src Committed By: jym Date: Thu Sep 22 23:02:35 UTC 2011
Modified Files: src/sys/arch/xen/conf: files.xen src/sys/arch/xen/xen: hypervisor.c src/sys/arch/xen/xenbus: xenbus_dev.c xenbus_probe.c Log Message: Expose Xen kernfs entries inside a domU. Patch originally from sborrill@, slightly modified by me to profit from runtime checks for dom0 privileges instead of using compile time macros (DOM0OPS). It should now be possible to use pkgsrc's sysutils/xentools inside a domU to query XenStore entries (or even modify part of it if the domain has enough rights). To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/xen/conf/files.xen cvs rdiff -u -r1.57 -r1.58 src/sys/arch/xen/xen/hypervisor.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/xenbus/xenbus_dev.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/xen/xenbus/xenbus_probe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.