[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] [IA64] update arch-ia64.h.
# HG changeset patch # User Isaku Yamahata <yamahata@xxxxxxxxxxxxx> # Date 1223006877 -32400 # Node ID 96655d262fa5a82310872faa8ae295418db9517d # Parent b54652ee29ef09b4a0cc0e3460629c5638d9cafb [IA64] update arch-ia64.h. update arch-ia64.h. Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx> --- include/xen/interface/arch-ia64.h | 5 +++++ 1 files changed, 5 insertions(+) diff -r b54652ee29ef -r 96655d262fa5 include/xen/interface/arch-ia64.h --- a/include/xen/interface/arch-ia64.h Thu Oct 02 11:29:02 2008 +0100 +++ b/include/xen/interface/arch-ia64.h Fri Oct 03 13:07:57 2008 +0900 @@ -453,6 +453,11 @@ DEFINE_XEN_GUEST_HANDLE(vcpu_guest_conte /* unexpose the foreign domain's p2m table into privileged domain */ #define IA64_DOM0VP_unexpose_foreign_p2m 13 +/* get memmap_info and memmap. It is possible to map the page directly + by foreign page mapping, but there is a race between writer. + This hypercall avoids such race. */ +#define IA64_DOM0VP_get_memmap 14 + // flags for page assignement to pseudo physical address space #define _ASSIGN_readonly 0 #define ASSIGN_readonly (1UL << _ASSIGN_readonly) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |