From eaed7a3255218a1a6f1f34ed5d0dfb923f5e9401 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 17 Oct 2012 09:39:13 +0100 Subject: [PATCH] --- yaml --- r: 334785 b: refs/heads/master c: e84fe8a138fb1aa7aec8ef2fafb312ea5eb0f3dd h: refs/heads/master i: 334783: 95c713b594169eb31ac93f95cfe2cfaffec4d224 v: v3 --- [refs] | 2 +- trunk/include/xen/interface/memory.h | 24 ++---------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/[refs] b/[refs] index 5de2e6fff1ae..2d43fbb502cd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37ea0fcb6a3f3318bf45888e624722a2945cec04 +refs/heads/master: e84fe8a138fb1aa7aec8ef2fafb312ea5eb0f3dd diff --git a/trunk/include/xen/interface/memory.h b/trunk/include/xen/interface/memory.h index b66d04ce6957..90712e2072d5 100644 --- a/trunk/include/xen/interface/memory.h +++ b/trunk/include/xen/interface/memory.h @@ -179,28 +179,8 @@ struct xen_add_to_physmap { }; DEFINE_GUEST_HANDLE_STRUCT(xen_add_to_physmap); -/* - * Translates a list of domain-specific GPFNs into MFNs. Returns a -ve error - * code on failure. This call only works for auto-translated guests. - */ -#define XENMEM_translate_gpfn_list 8 -struct xen_translate_gpfn_list { - /* Which domain to translate for? */ - domid_t domid; - - /* Length of list. */ - xen_ulong_t nr_gpfns; - - /* List of GPFNs to translate. */ - GUEST_HANDLE(ulong) gpfn_list; - - /* - * Output list to contain MFN translations. May be the same as the input - * list (in which case each input GPFN is overwritten with the output MFN). - */ - GUEST_HANDLE(ulong) mfn_list; -}; -DEFINE_GUEST_HANDLE_STRUCT(xen_translate_gpfn_list); +/*** REMOVED ***/ +/*#define XENMEM_translate_gpfn_list 8*/ /* * Returns the pseudo-physical memory map as it was when the domain