xen: add privcmd driver
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 <jeremy.fitzhardinge@citrix.com>
This commit is contained in:

committed by
Jeremy Fitzhardinge

parent
1246ae0bb9
commit
1c5de1939c
@@ -96,6 +96,8 @@ static int xenfs_fill_super(struct super_block *sb, void *data, int silent)
|
||||
&xsd_kva_file_ops, NULL, S_IRUSR|S_IWUSR);
|
||||
xenfs_create_file(sb, sb->s_root, "xsd_port",
|
||||
&xsd_port_file_ops, NULL, S_IRUSR|S_IWUSR);
|
||||
xenfs_create_file(sb, sb->s_root, "privcmd",
|
||||
&privcmd_file_ops, NULL, S_IRUSR|S_IWUSR);
|
||||
}
|
||||
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user