aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/xenstat/libxenstat: Remove src/libxenstat.a file during make cleanDaniel Kiper2013-05-081-1/+1
* tools/xenmon: Fix typo in MakefileDaniel Kiper2013-05-081-1/+1
* tools/debugger/kdd: Remove dependencies files during make cleanDaniel Kiper2013-05-081-1/+1
* libxl: don't write physical-device node for driver domain disksRoger Pau Monne2013-05-081-1/+2
* libxl: don't execute hotplug scripts if device is on a driver domainRoger Pau Monne2013-05-081-0/+7
* libxl: correctly parse storage devices on driver domainsRoger Pau Monne2013-05-081-0/+6
* hotplug/Linux: add iscsi block hotplug scriptRoger Pau Monne2013-05-082-0/+155
* xsm: add hooks for claimDaniel De Graaf2013-05-071-1/+1
* tools: Bump some library sonamesIan Jackson2013-05-073-5/+5
* libxl: Don't use tapdisk for cd-romsGeorge Dunlap2013-05-021-0/+6
* libxl: unconst the event argument to the event_occurs hook.Ian Campbell2013-05-012-3/+17
* xenstore: create pidfile in init-xenstore-domainDaniel De Graaf2013-05-012-2/+15
* libxl: adjust point of backend name resolutionEric Shelton2013-05-011-4/+7
* libxl: fix spelling of "backend-id" for vtpmMarek Marczykowski2013-04-301-1/+1
* libxl: stat the path for all non-qdisk backends (including unknown)Ian Campbell2013-04-261-1/+2
* libxl: write IO ABI for disk frontendsWei Liu2013-04-264-0/+74
* xenctx: Support arm64 and actually implement output for 32 and 64 bitIan Campbell2013-04-241-4/+137
* xenctx: remove trailing whitespaceIan Campbell2013-04-241-9/+9
* xenctx: remove remnants of ia64 supportIan Campbell2013-04-241-301/+1
* install qemu into the location specified via configure --prefix.Egger Christoph2013-04-241-0/+1
* tools/pygrub: Fix install when $(BINDIR) and $(PRIVATE_BINDIR) are the sameChristoph Egger2013-04-241-1/+2
* tools/xenbackendd: make 'gmake clean' properly cleaningChristoph Egger2013-04-241-1/+1
* libxl: Only call stat() when adding a disk if we expect a device to exist.David Scott2013-04-241-1/+3
* hotplug: add openvswitch scriptIan Campbell2013-04-242-0/+114
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-231-1/+2
* 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