aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace pyxml/xmlproc-based XML validator with lxml based oneStephan Peijnik2010-10-111-48/+47
* tools/tests: Test 64-bit x86 emulation in test_x86_emulate.Keir Fraser2010-10-114-393/+417
* xl: Fix build in python binding since API change in 22229:1385b15e168fGianni Tedesco2010-10-082-4/+5
* xl: Implement PCI passthrough force removalGianni Tedesco2010-10-063-14/+29
* libxl: remove console 0 backend directory from xenstore on devices destroyIan Campbell2010-10-052-53/+59
* Fix copy and paste bug in libxl_run_bootloaderChristoph Egger2010-10-051-1/+1
* libxl: fix qemu-dm pathChristoph Egger2010-10-011-1/+1
* xl: allow parsing of both old and new cpuid syntaxAndre Przywara2010-10-011-9/+76
* libxl: implementing legacy xm cpuid parserAndre Przywara2010-10-012-0/+62
* xl: implement parsing of cpuid parameter and translate to Xen interfaceAndre Przywara2010-10-013-0/+231
* xl: use libxl_domain_info to get the uuid in printf_infoAndre Przywara2010-10-011-1/+11
* xl: Fix stack corruption caused by non-terminated call to libxl__xs_writevGianni Tedesco2010-09-231-1/+1
* tools/python: do not link against blktap except on LinuxGianni Tedesco2010-09-231-3/+5
* libxl: Introduce a maximum limit for free_mem_slack (re (dom0) ballooning)Stefano Stabellini2010-09-231-2/+9
* xl: parse maxmem parameter in VM config filesStefano Stabellini2010-09-221-0/+3
* libxl: proper accounting for the videoramStefano Stabellini2010-09-222-3/+4
* xl: free memory before building a domainStefano Stabellini2010-09-224-0/+132
* xl: Change default global config not to contain uncommented defaultIan Jackson2010-09-221-1/+1
* Config.mk et al: introduce XEN_LOCK_DIRStefano Stabellini2010-09-222-0/+5
* xl: add a global configuration fileStefano Stabellini2010-09-224-0/+55
* libxl: introduce the concept of dom0 minimum memoryStefano Stabellini2010-09-222-0/+7
* libxl: add few more memory operationsStefano Stabellini2010-09-223-0/+142
* libxl: add a "relative" parameter to libxl_set_memory_targetStefano Stabellini2010-09-223-17/+159
* libxl: use transactions in libxl_set_memory_targetStefano Stabellini2010-09-221-33/+41
* libxl: do not modify static-max after domain creationStefano Stabellini2010-09-221-3/+0
* libxl: add current_memkb to libxl_dominfoStefano Stabellini2010-09-223-2/+4
* xl: fix off-by-one mistake in block-attach handlerJan Beulich2010-09-211-1/+1
* libxl: change xl_cfg_get_list to take a dont_warn parameterAndre Przywara2010-09-213-11/+14
* libxl, buildmakevars2file: Do not relink libxl each timeIan Jackson2010-09-211-3/+3
* tools/hotplug: Linux udev rules adjustmentJan Beulich2010-09-211-2/+6
* tools, build system: Make changing distro-specific layout aspects easier2010-09-207-19/+63
* libxl: fix Makefiles for autogenerated code (use multi-target patterns)Jan Beulich2010-09-201-14/+11
* python: xl: stub out libxl_cpuid_policy_list accessorsIan Campbell2010-09-171-0/+10
* xl: correct vcpu-pin and vcpu-list parameter checkingJuergen Gross2010-09-161-11/+12
* libxl: introduce cpuid interface to domain buildAndre Przywara2010-09-166-0/+43
* libxl: Clear device-model info when destroying an HVM domain with stubdom.Jun Zhu2010-09-161-12/+16
* libxl: fix compiler warning with fork_exec_bootloaderAndre Przywara2010-09-163-4/+6
* libxl, tools/python: Add libxl python bindingGianni Tedesco2010-09-164-3/+922
* libxl: change IDL to export a saner interface for upcoming language bindingsGianni Tedesco2010-09-166-40/+93
* xl: fix memory management of migration_domname_rIan Jackson2010-09-141-4/+7
* tools/python: Replace python string exceptions with ValueError exceptionsMatthias Klose2010-09-144-4/+4
* libxc, tmem: Fix build after fd2e5008c2e0Keir Fraser2010-09-132-4/+4
* tmem (tools): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-10/+69
* tools/xenstore: libxenstore: fix threading bug which cause xend startup hangIan Jackson2010-09-101-10/+34
* oxenstored: when reading / read automatically the root node.Vincent Hanquez2010-09-101-1/+6
* xl: Fix adding additional config cmdline parametersAndre Przywara2010-09-101-9/+5
* xl: fix adding configuration parameters on command lineAndre Przywara2010-09-101-8/+6
* xl: don't leak a lot of memory in forked process in domain_createGianni Tedesco2010-09-101-1/+1
* libxl: don't leak gc pointers to caller's structs; prevent double freeGianni Tedesco2010-09-101-2/+5
* xl: fix double free of domain namesGianni Tedesco2010-09-101-1/+1