aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.h
diff options
context:
space:
mode:
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2006-01-26 19:40:13 +0100
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>2006-01-26 19:40:13 +0100
commit5f97716503fb958c57201fee7ae7b4a578510812 (patch)
treeda3a54c2045822ef25f879850e8c666673021798 /tools/libxc/xc_private.h
parent5df327098e07feac2e4c2e52026af19246775686 (diff)
downloadxen-5f97716503fb958c57201fee7ae7b4a578510812.tar.gz
xen-5f97716503fb958c57201fee7ae7b4a578510812.tar.bz2
xen-5f97716503fb958c57201fee7ae7b4a578510812.zip
Create a block of reserved PFNs in shadow translate mode guests, and
move the shared info and grant table pfns into that block. This allows us to remove the get_gnttablist dom0 op, and simplifies the domain creation code slightly. Having the reserved block managed by Xen may also make it slightly easier to handle the case where the grant table needs to be extended at run time. Suggested-by: kaf24 Signed-off-by: Steven Smith, sos22@cam.ac.uk
Diffstat (limited to 'tools/libxc/xc_private.h')
-rw-r--r--tools/libxc/xc_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h
index b366db69e5..8c19ecd218 100644
--- a/tools/libxc/xc_private.h
+++ b/tools/libxc/xc_private.h
@@ -111,9 +111,6 @@ static inline int do_dom0_op(int xc_handle, dom0_op_t *op)
return ret;
}
-int xc_get_gnttab_frames(int xc_handle, uint32_t domid, unsigned long *pfn_buf,
- unsigned long max_pfns);
-
/*
* ioctl-based mfn mapping interface