aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_minios.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools: drop ia64 supportIan Campbell2012-09-121-16/+4
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-66/+74
* tools/libxc: introduce xc_memalign in xc_{minios,linux,solaris,netbsd}.cShriram Rajagopalan2011-12-011-1/+6
* libxc: add xc_gnttab_map_grant_ref_notifyDaniel De Graaf2011-10-061-39/+15
* libxc: osdep: convert hypercall buffer allocationIan Campbell2011-03-111-0/+14
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-031-2/+2
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-3/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-031-0/+1
* libxc: osdep: convert xc_gnttab_set_max_grants()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_gnttab_munmap()Ian Campbell2010-12-031-4/+6
* libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()Ian Campbell2010-12-031-17/+26
* libxc: osdep: convert xc_evtchn_{pending,unmask}()Ian Campbell2010-12-031-8/+11
* libxc: osdep: convert xc_evtchn_unbind()Ian Campbell2010-12-031-5/+7
* libxc: osdep: convert xc_evtchn_bind_virq()Ian Campbell2010-12-031-5/+7
* libxc: osdep: convert xc_evtchn_bind_interdomain()Ian Campbell2010-12-031-5/+7
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-031-5/+7
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-031-1/+2
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-031-2/+6
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-031-4/+9
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-031-22/+26
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-14/+63
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-231-17/+17
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-44/+47
* libxc: some xc_gnttab_* functions are not Linux specificIan Campbell2010-12-231-12/+0
* minios: reverse layering of xc vs minios fd closeKeir Fraser2010-12-031-8/+24
* # HG changeset patchIan Campbell2010-08-241-4/+13
* libxc: Remove obsolete xc_find_device_number() declaration.Keir Fraser2010-06-041-6/+0
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-18/+18
* minios: implement xc_map_foreign_bulkKeir Fraser2010-01-181-3/+27
* libxenctrl: Fix non-Linux definitions of xc_gnttab_map_table*().Keir Fraser2009-10-071-1/+8
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+7
* libxc: Implement stub xc_gnttab_map_table() for non-linux.Keir Fraser2009-06-011-0/+5
* stubdom: make xc_map_foreign_ranges use malloc instead of stack spaceKeir Fraser2008-08-281-2/+7
* stubdom: drop debugging messageKeir Fraser2008-08-271-1/+0
* minios: Error case when unbinding unknown port in xc_evtchn_unbind isKeir Fraser2008-08-011-1/+4
* stubdom: fix do_xen_hypercall error reportKeir Fraser2008-07-251-2/+2
* minios: grant table map (gntdev) bug fixesKeir Fraser2008-07-241-5/+17
* minios: grant table map (gntdev) for miniosKeir Fraser2008-07-241-0/+71
* mini-os: select call incorrectly reports xce_handle as readyKeir Fraser2008-07-241-8/+14
* pv-grub: re-implement xc_map_foreign_rangesKeir Fraser2008-07-241-14/+17
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-0/+11
* stubdom: fix missing evtchn.h headerKeir Fraser2008-07-091-1/+0
* stubdom: complete libxc supportKeir Fraser2008-05-231-3/+14
* minios: let events get mixedKeir Fraser2008-05-061-2/+2
* minios: Fix lost eventsKeir Fraser2008-03-181-11/+3
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-0/+313