Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334785
b: refs/heads/master
c: e84fe8a
h: refs/heads/master
i:
  334783: 95c713b
v: v3
  • Loading branch information
Ian Campbell authored and Konrad Rzeszutek Wilk committed Oct 19, 2012
1 parent f243db0 commit eaed7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37ea0fcb6a3f3318bf45888e624722a2945cec04
refs/heads/master: e84fe8a138fb1aa7aec8ef2fafb312ea5eb0f3dd
24 changes: 2 additions & 22 deletions trunk/include/xen/interface/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaed7a3

Please sign in to comment.