aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_solaris.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-23 15:08:21 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-23 15:08:21 +0000
commit252cb308e37470915d0f64c730e4e2e829ec2512 (patch)
tree36e78f1c12ea6613bd41e07cb23c763f1cf2d031 /tools/libxc/xc_solaris.c
parent01fcfa3b96b9958cf9376b68d547b5a5ffe42219 (diff)
downloadxen-252cb308e37470915d0f64c730e4e2e829ec2512.tar.gz
xen-252cb308e37470915d0f64c730e4e2e829ec2512.tar.bz2
xen-252cb308e37470915d0f64c730e4e2e829ec2512.zip
libxc: some xc_gnttab_* functions are not Linux specific
They simply make hypercalls and perform other operations via the abstract interface. Create xc_gnttab.c and move those functions there. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xc_solaris.c')
-rw-r--r--tools/libxc/xc_solaris.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/libxc/xc_solaris.c b/tools/libxc/xc_solaris.c
index 28b4e4395a..b0155e1de4 100644
--- a/tools/libxc/xc_solaris.c
+++ b/tools/libxc/xc_solaris.c
@@ -261,15 +261,3 @@ void discard_file_cache(xc_interface *xch, int fd, int flush)
{
// TODO: Implement for Solaris!
}
-
-grant_entry_v1_t *xc_gnttab_map_table_v1(
- xc_interface *xch, int domid, int *gnt_num)
-{
- return NULL;
-}
-
-grant_entry_v2_t *xc_gnttab_map_table_v2(
- xc_interface *xch, int domid, int *gnt_num)
-{
- return NULL;
-}