Commit e84fe8a138fb1aa7aec8ef2fafb312ea5eb0f3dd
Committed by
Konrad Rzeszutek Wilk
1 parent
37ea0fcb6a
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
xen: XENMEM_translate_gpfn_list was remove ages ago and is unused.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Showing 1 changed file with 2 additions and 22 deletions Side-by-side Diff
include/xen/interface/memory.h
... | ... | @@ -179,28 +179,8 @@ |
179 | 179 | }; |
180 | 180 | DEFINE_GUEST_HANDLE_STRUCT(xen_add_to_physmap); |
181 | 181 | |
182 | -/* | |
183 | - * Translates a list of domain-specific GPFNs into MFNs. Returns a -ve error | |
184 | - * code on failure. This call only works for auto-translated guests. | |
185 | - */ | |
186 | -#define XENMEM_translate_gpfn_list 8 | |
187 | -struct xen_translate_gpfn_list { | |
188 | - /* Which domain to translate for? */ | |
189 | - domid_t domid; | |
190 | - | |
191 | - /* Length of list. */ | |
192 | - xen_ulong_t nr_gpfns; | |
193 | - | |
194 | - /* List of GPFNs to translate. */ | |
195 | - GUEST_HANDLE(ulong) gpfn_list; | |
196 | - | |
197 | - /* | |
198 | - * Output list to contain MFN translations. May be the same as the input | |
199 | - * list (in which case each input GPFN is overwritten with the output MFN). | |
200 | - */ | |
201 | - GUEST_HANDLE(ulong) mfn_list; | |
202 | -}; | |
203 | -DEFINE_GUEST_HANDLE_STRUCT(xen_translate_gpfn_list); | |
182 | +/*** REMOVED ***/ | |
183 | +/*#define XENMEM_translate_gpfn_list 8*/ | |
204 | 184 | |
205 | 185 | /* |
206 | 186 | * Returns the pseudo-physical memory map as it was when the domain |