aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* mem_access: mem event additions for accessJoe Epstein2011-01-071-1/+1
* libxl: Lists qdisk device in libxl_device_disk_listAnthony PERARD2011-01-061-0/+1
* libxl: Factorize function libxl_device_disk_listAnthony PERARD2011-01-061-49/+50
* ocaml: evtchn+xc bindings: use libxenctrl and libxenguestIan Campbell2011-01-0616-2590/+409
* ocaml: rename Evtchn.bind_virq as Evtchn.bind_dom_exc_virqIan Campbell2011-01-065-6/+6
* ocaml: add dependency to module metadataIan Campbell2011-01-065-0/+5
* ocaml: resynchronise uuid library with xen-api-libs.hgIan Campbell2011-01-062-51/+77
* libxl: Correct paths in libxl__fill_dom0_memory_info functionEamon Walsh2011-01-061-2/+2
* libxc: portability fixes for NetBSDChristoph Egger2011-01-062-3/+3
* libxl: Specify the target ram size to Qemu (new) when calling itAnthony PERARD2011-01-064-1/+11
* libxl: Implement libxl_basename()Christoph Egger2011-01-063-2/+17
* libxl: fix free of uninitialised "disks" variableYang Z Zhang2011-01-051-1/+1
* tools/xend: drbd: fix things by reverting 20158Ian Jackson2011-01-052-18/+1
* xl: don't segfault parsing disk configs, support NULL physpath and ioemu:Gianni Tedesco2011-01-051-49/+131
* tools/gdbsx: Update gdbsx READMEMukesh Rathor2011-01-041-15/+2
* tools/hotplug/Linux: only apply dummy MAC address to virtual devices.Ian Campbell2011-01-044-10/+20
* Xen MCE test: all test casesKeir Fraser2010-12-2411-0/+795
* Xen MCE test: common functions to be used for test casesKeir Fraser2010-12-242-0/+286
* Xen MCE test: utilities to inject fake MCE for X86Keir Fraser2010-12-243-0/+696
* libxc: Use .opic to build xenctrl_osdep_ENOSYS.soKeir Fraser2010-12-241-3/+9
* x86 xsave: supports xsave (CPUID:0xD) enumeration for all sub-leaves.Keir Fraser2010-12-241-48/+64
* Support new xl command cpupool-numa-splitJuergen Gross2010-12-093-0/+123
* Support renaming of cpupoolsJuergen Gross2010-12-096-2/+93
* Extend cpupools to support numaJuergen Gross2010-12-094-8/+155
* support topolgy info in xl infoJuergen Gross2010-12-092-4/+43
* Support getting topology info in libxlJuergen Gross2010-12-096-0/+118
* libxc: refactor Linux OS interface into a separate file.Ian Campbell2010-12-033-642/+686
* libxc: move foreign memory functions to xc_foreign_memory.cIan Campbell2010-12-032-72/+72
* libxc: add abitility to dynamically load osdep.Ian Campbell2010-12-034-2/+291
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-035-24/+24
* libxc: allow osdep backends to log via the xc infrastructure.Ian Campbell2010-12-032-0/+11
* libxc: drop fd from xc_interfaceIan Campbell2010-12-036-14/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-037-0/+29
* libxc: osdep: convert xc_gnttab_set_max_grants()Ian Campbell2010-12-034-4/+13
* libxc: osdep: convert xc_gnttab_munmap()Ian Campbell2010-12-034-7/+24
* libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()Ian Campbell2010-12-034-31/+106
* libxc: osdep: convert xc_evtchn_{pending,unmask}()Ian Campbell2010-12-036-23/+54
* libxc: osdep: convert xc_evtchn_unbind()Ian Campbell2010-12-036-11/+26
* libxc: osdep: convert xc_evtchn_bind_virq()Ian Campbell2010-12-036-14/+29
* libxc: osdep: convert xc_evtchn_bind_interdomain()Ian Campbell2010-12-036-15/+32
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-036-14/+30
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-036-8/+32
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-036-8/+32
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-036-15/+36
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-036-15/+44
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-038-31/+96
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-036-66/+73
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-038-87/+390
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-238-89/+93
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-2329-226/+263