aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libxc: Add unsafe decompressorsBastian Blank2013-04-228-0/+221
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-182-11/+13
* libxl: properly initialize device structuresDaniel De Graaf2013-04-171-3/+5
* libxl: postpone backend name resolutionDaniel De Graaf2013-04-179-330/+347
* configure: test(1) uses = not == for string comparisonPatrick Welche2013-04-171-11/+11
* tools/ocaml: clean META filesVincent Bernardoff2013-04-171-1/+1
* xl: add node-affinity to the output of `xl list`Dario Faggioli2013-04-172-63/+105
* libxl: automatic placement deals with node-affinityDario Faggioli2013-04-172-17/+33
* libxl: optimize the calculation of how many VCPUs can run on a candidateDario Faggioli2013-04-171-22/+48
* libxl: allow for explicitly specifying node-affinityDario Faggioli2013-04-175-0/+39
* libxc: allow for explicitly specifying node-affinityDario Faggioli2013-04-172-0/+103
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-173-6/+6
* xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-172-1/+24
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-174-6/+6
* xl: Fix 'free_memory' to include outstanding_claims value.Konrad Rzeszutek Wilk2013-04-162-30/+19
* xl: 'xl claims' print outstanding per domain claimsKonrad Rzeszutek Wilk2013-04-164-6/+45
* xl: export 'outstanding_pages' value from xcinfoKonrad Rzeszutek Wilk2013-04-162-0/+2
* xc: export outstanding_pages value in xc_dominfo structure.Dan Magenheimer2013-04-162-0/+2
* xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf)Konrad Rzeszutek Wilk2013-04-163-0/+39
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-168-3/+19
* xc: use XENMEM_claim_pages hypercall during guest creation.Dan Magenheimer2013-04-166-4/+70
* libxl: beautify json with YAJL2M A Young2013-04-121-1/+5
* tools+stubdom: install under /usr/local by default.Ian Campbell2013-04-122-3/+0
* libxl: regenerate libxlu cfg parser after 9e14c516b6cbIan Campbell2013-04-122-30/+30
* Switch to poll() in cxenstored's IO loopWei Liu2013-04-112-60/+133
* hotplug/Linux: Remove hardcoded pathsIan Campbell2013-04-114-22/+28
* Merge branch 'staging' of xenbits.xen.org:/home/xen/git/xen into stagingIan Jackson2013-04-1119-369/+1442
|\
| * ocaml: eventchn: remove the unused exception 'Eventchn.Error'David Scott2013-04-112-6/+0
| * ocaml: eventchn: add ocamldoc strings to the interfaceDavid Scott2013-04-111-0/+29
| * ocaml: eventchn: in the interface, we don't have to give implementation detailsDavid Scott2013-04-111-10/+9
| * ocaml: eventchn: add a 'type t' to represent an event channelDavid Scott2013-04-115-18/+41
| * Merge branch 'xenstore-syslog' of git://github.com/djs55/xen into stagingIan Campbell2013-04-116-52/+257
| |\
| | * oxenstored: Allow oxenstored to use syslog at levels other than DebugDavid Scott2013-03-191-17/+17
| | * oxenstored: enable logging via syslog, if specified in the config file.David Scott2013-03-192-34/+94
| | * oxenstored: Re-add ocaml syslog bindingDavid Scott2013-03-194-2/+147
| * | tools: memshr: arm64 supportIan Campbell2013-04-111-12/+36
| * | tools: libxc: arm64 supportIan Campbell2013-04-112-1/+5
| * | tools: only check for Python devel tools if not cross-compiling.Ian Campbell2013-04-112-2/+12
| * | tools: only build blktap1 on x86Ian Campbell2013-04-111-0/+2
| * | blktap2: use sys/eventfd.h if it is availableIan Campbell2013-04-114-5/+21
| * | tools: Use AC_SYS_LARGEFILE instead of calling getconf(1)Ian Campbell2013-04-114-273/+1040
* | | xl: fix xl config parserChoonho Son2013-04-111-1/+1
|/ /
* | xl: Accept a list for usbdevice in config fileGeorge Dunlap2013-04-081-2/+18
* | libxl: Allow multiple USB devices on HVM domain creationGeorge Dunlap2013-04-083-2/+53
* | xl: default autoballoon option to "auto"David Vrabel2013-04-081-2/+4
* | xl: extend autoballoon xl.conf option with an "auto" optionDavid Vrabel2013-04-082-5/+38
* | tools/ocaml: Correct META for libxl bindingsAndrew Cooper2013-04-081-2/+2
* | remus: init sch_plug module based on kernel versionShriram Rajagopalan2013-04-082-8/+19
* | libxl: run libxl__arch_domain_create() much earlier.Tim Deegan2013-03-284-11/+16
* | tools/blktap2: Handle read/write interrupts in blktap2 control plane.Dr. Greg Wettstein2013-03-281-2/+8