aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_offline_page.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: only munmap when something has actually been mapped in change_pteMatthew Daley2013-10-031-3/+3
* libxc: introduce xc_map_domain_meminfo (and xc_unmap_domain_meminfo)Dario Faggioli2013-09-131-155/+30
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-8/+1
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-141-0/+5
* libxc: remove dependency on xenstore headers.Ian Campbell2011-03-211-1/+0
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-3/+3
* libxc: switch page offlining interfaces to hypercall buffersIan Campbell2010-10-221-9/+1
* libxc: convert sysctl interfaces over to hypercall buffersIan Campbell2010-10-221-12/+15
* libxc: add xc_maximum_ram_page to wrap XENMEM_maximum_ram_pageIan Campbell2010-10-181-1/+1
* libxc: add xc_domain_memory_exchange_pages to wrap XENMEM_exchangeIan Campbell2010-10-181-30/+3
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-8/+8
* # HG changeset patchIan Campbell2010-08-241-0/+14
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-54/+57
* x86: add and use XEN_DOMCTL_getpageframeinfo3Keir Fraser2010-01-131-7/+8
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-5/+5
* libxenctrl: Build fix after gnttab_v2 changes.Keir Fraser2009-10-071-7/+7
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-071-10/+35
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-071-3/+3
* libxc: Fix bugs in xc_exchange_page: pfn_type indexed by gpfn.Keir Fraser2009-07-021-2/+2
* libxc: Exchange a page for PV guestKeir Fraser2009-06-011-0/+664
* Export page offline hypercalls to user space tools.Keir Fraser2009-06-011-0/+100