aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-2250-470/+14454
* libxl: Export libxl_event.hBamvor Jian Zhang2012-02-211-1/+1
* libxl: cleanup: Remove pointless ERRNOVALGeorge Dunlap2012-02-211-2/+2
* xenpaging: implement stack of free slots in pagefileOlaf Hering2012-02-202-0/+25
* xenpaging: move page_buffer into struct xenpagingOlaf Hering2012-02-202-6/+11
* xenpaging: move pagefile filedescriptor into struct xenpagingOlaf Hering2012-02-202-23/+20
* xenpaging: unify error handlingOlaf Hering2012-02-201-63/+60
* xenpaging: improve performance in policy_choose_victimOlaf Hering2012-02-201-16/+41
* xenpaging: move nominate+evict into single functionOlaf Hering2012-02-201-7/+35
* xenpaging: reduce number of qemu cache flushesOlaf Hering2012-02-201-12/+14
* xenpaging: no poll timeout while page-out is in progressOlaf Hering2012-02-203-1/+16
* xenpaging: use flat index for pagefile and page-in requestsOlaf Hering2012-02-204-63/+57
* libxl: add missing includesChristoph Egger2012-02-211-0/+2
* tools/hotplug: remove 4 from default runlevel in xencommonsOlaf Hering2012-02-201-1/+1
* tools/examples: mention output_format= in examples/xl.confOlaf Hering2012-02-201-0/+3
* libxl: Set VNC password through QMPAnthony PERARD2012-02-204-12/+47
* Provide dm_vnc() as a in libxl helper.Anthony PERARD2012-02-202-4/+6
* libxl_qmp: Use GC instead of CTX as parameter for _initialize.Anthony PERARD2012-02-203-18/+15
* remus: libcheckpoint - initialize unused callback fields to NULLShriram Rajagopalan2012-02-201-0/+1
* oxenstored: Fix spelling of "persistent" config variableIan Jackson2012-02-202-2/+2
* xl.cfg: fix gfx_passthru stringOlaf Hering2012-02-201-1/+1
* xl: fix xl create/cpupool-create -f help outputOlaf Hering2012-02-201-2/+2
* tools/examples: Add the xl configuration examples to the makefileFabio Fantoni2012-02-201-0/+2
* libxl_qmp: Handle unexpected end-of-socketAnthony PERARD2012-02-201-1/+4
* libxc: remove tests of alloca() return valueDavid Vrabel2012-02-201-45/+34
* libxc/NetBSD: return ioctl return value on errorRoger Pau Monne2012-01-191-1/+1
* libxc: add comment to why NetBSD return hypercall->retvalRoger Pau Monne2012-01-191-0/+6
* libxl: Fix yajl-related build error due to missing error valueAllen Kay2012-02-201-1/+1
* xenpaging: mmap guest pages read-onlyOlaf Hering2012-02-201-1/+1
* tools: make qemu build use correct PYTHON versionChristoph Egger2012-02-131-0/+1
* xl: Add defaultbridge config option for xl.confStefan Bader2012-02-133-0/+10
* tools: only compile libfsimage/xfs on X86Ian Campbell2012-02-131-1/+2
* blktap2/libvhd: Build shared objects using -fPIC.Ian Campbell2012-02-131-4/+9
* xl: Add -F to usage for xl shutdown/rebootIan Campbell2012-02-131-2/+9
* xl: remove duplicate lineZhigang Wang2012-02-131-2/+0
* firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS optionsJulian Pidancet2012-02-132-21/+29
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-137-228/+259
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-133-15/+9
* hvmloader: Allow the mkhex command to take several file argumentsJulian Pidancet2012-02-131-1/+2
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2
* xend: populate HVM guest grant table on bootIan Campbell2012-02-103-0/+43
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-103-0/+23
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-107-137/+138
* xenpaging: deal with MEM_EVENT_FLAG_EVICT_FAIL request in tools/xenpagingOlaf Hering2012-02-091-1/+1
* libxl: fix bootloader args settingZhigang Wang2012-02-091-3/+5
* xenstored: Add stub domain builderDaniel De Graaf2012-02-093-3/+146
* xenstored: add --priv-domid parameterDaniel De Graaf2012-02-093-1/+7
* xenstored: use domain_is_unprivileged instead of checking conn->idDaniel De Graaf2012-02-092-7/+7
* xenstored: add --event parameter for bootstrappingDaniel De Graaf2012-02-094-3/+13
* xenstored: support running in minios stubdomDaniel De Graaf2012-02-097-82/+195