aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* tools/hotplug/Linux: allow hardlinked files for block device imagesOlaf Hering2011-01-171-2/+2
* tools/hotplug/Linux: start xen daemons in runlevel 2.Ian Campbell2011-01-171-2/+2
* libxl: fix gfx_passthrough config option (including dropped hunk)Sergey Tovpeko2011-01-172-1/+4
* tools/hotplug/NetBSD: update netbsd scripts (interface names)Christoph Egger2011-01-172-2/+2
* libxc: Remove set_max_grants in linuxDaniel De Graaf2011-01-172-14/+2
* MergeIan Jackson2011-01-174-22/+49
|\
| * PoD: Fix two code commentsLiu, Jinsong2011-01-141-2/+3
| * hvmloader: Fixes to printf() implementation.Keir Fraser2011-01-141-16/+27
| * libxc: build fix with debugging disabled.Ian Campbell2011-01-141-2/+2
| * tools/misc/xen-hptool: Silently retry on CPU hotplug EBUSY failure.Keir Fraser2011-01-141-2/+17
* | libxl: fix guest networking on NetBSDChristoph Egger2011-01-171-4/+14
* | tools/blktap, blktap2: include <sys/mount.h> instead of <linux/fs.h>Ian Campbell2011-01-172-3/+3
|/
* xl: correct test for domid on error exit from domain_createIan Jackson2011-01-131-1/+1
* xl: save domain config (userdata) under correct domid/uuidIan Jackson2011-01-131-9/+9
* libxl: config parser: Rebuild config file parser scanner (rerun flex)Ian Jackson2011-01-121-17/+26
* MergeIan Jackson2011-01-1123-2872/+1008
|\
| * tools/python/pyxl: Updates to builtin-type marshalling functionsGianni Tedesco2011-01-111-3/+20
| * tools/python/pyxl: Export PCI passthrough related libxl functionsGianni Tedesco2011-01-111-0/+74
| * tools/python/pyxl: Allow subclassing of auto-generated python typesGianni Tedesco2011-01-112-2/+2
| * tools/python/pyxl: Export relevant integer constants from python wrapperGianni Tedesco2011-01-111-0/+32
| * tools/python/pyxl: Un-muddle libxl_domain_(pause|unpause) wrappersGianni Tedesco2011-01-111-2/+2
| * tools/python/pyxl: Fix reference counting of Py_(None|True|False)Gianni Tedesco2011-01-112-2/+15
| * tools/xend: check for device model if path is not specifiedMichal Novotny2011-01-111-0/+4
| * libxl: fix missing include of <signal.h>Christoph Egger2011-01-111-0/+1
| * libxl: move domain struct init functions from xl to libxlGianni Tedesco2011-01-114-155/+164
| * libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()Gianni Tedesco2011-01-119-614/+651
| * libxl: refactor code which adds per-PCI device backend nodes in xenstoreIan Campbell2011-01-111-25/+20
| * libxl: log which PCI device could not be reset.Ian Campbell2011-01-111-1/+1
| * libxl: do not leak front flexarray on error in libxl_create_pci_backendIan Campbell2011-01-111-7/+12
| * libxl: write PCI frontend xenstore nodes to the frontend directory.Ian Campbell2011-01-111-3/+5
| * tools: remove fs-front/fs-backTim Deegan2011-01-118-2057/+0
| * tools/xenpaging: fix return value from xc_mem_paging_flush_ioemu_cacheIan Jackson2011-01-111-1/+1
| * libxl: Add gfx_passthru parameterDaniel De Graaf2011-01-112-0/+4
* | libxl: config parser: print warning for apparent arbitrary pythonIan Jackson2011-01-116-44/+63
* | libxl: config parser: rerun flex (Debian lenny 2.5.35)Ian Jackson2011-01-112-10/+38
* | libxl: config parser: make CfgParseContext initialisation commonIan Jackson2011-01-111-37/+45
* | libxl: config parser: do not segfault in some error pathsIan Jackson2011-01-111-0/+1
|/
* xentrace: build fix "array subscript has type 'char'"Keir Fraser2011-01-111-3/+3
* tools: Fix flask does not build because linking fails withKeir Fraser2011-01-111-1/+1
* xenctx: misc adjustmentsKeir Fraser2011-01-111-13/+28
* xenpaging: drop paged pages in guest_remove_pageKeir Fraser2011-01-111-15/+24
* xenpaging: make three functions staticKeir Fraser2011-01-111-3/+3
* xenpaging: print page-in/page-out progressKeir Fraser2011-01-111-0/+2
* xenpaging: mkdir /var/lib/xen/xenpaging during make installKeir Fraser2011-01-111-0/+1
* xenpaging: specify policy mru_size at runtimeKeir Fraser2011-01-113-5/+27
* xenpaging: remove domain_id and mfn from struct xenpaging_victimKeir Fraser2011-01-114-29/+18
* mem_access test tool: xen-accessJoe Epstein2011-01-082-0/+704
* tools/tests: Move x86 emulator tests into a subdirKeir Fraser2011-01-085-2/+2
* libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen toolsKeir Fraser2011-01-082-17/+22
* xl: Implement flexarray_append() and flexarray_vappend()Gianni Tedesco2011-01-075-345/+303