Skip to content

Commit

Permalink
xen: add privcmd driver
Browse files Browse the repository at this point in the history
The privcmd interface in xenfs allows the tool stack in the privileged
domain to get fairly direct access to the hypervisor in order to do
various management things such as domain construction.

[ Impact: new xenfs interface for privileged operations ]

Signed-off-by: Jeremy Fitzhardinge <[email protected]>
  • Loading branch information
jsgf authored and Jeremy Fitzhardinge committed Oct 20, 2010
1 parent 1246ae0 commit 1c5de19
Show file tree
Hide file tree
Showing 6 changed files with 521 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/xenfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-$(CONFIG_XENFS) += xenfs.o

xenfs-y = super.o xenbus.o
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o privcmd.o
Loading

0 comments on commit 1c5de19

Please sign in to comment.