aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xenstore: add xenstore-watch command line clientIan Campbell2010-10-212-4/+47
* xl: fix spelling mistake in xl.confIan Campbell2010-10-211-1/+1
* xenstored: return EINVAL for attempt to watch invalid pathIan Campbell2010-10-211-1/+1
* hvmloader: Properly block on xenstore daemon rather than merely yielding.Keir Fraser2010-10-202-12/+32
* libxc: use generic xc_get_pfn_list on ia64Ian Campbell2010-10-182-33/+0
* libxc: do not lock VCPU context in xc_ia64_pv_recv_vcpu_contextIan Campbell2010-10-181-7/+0
* libxc: drop xc_get_max_pagesIan Campbell2010-10-183-19/+0
* libxc: simplify lock profiling APIIan Campbell2010-10-183-19/+42
* libxc: simplify performance counters APIIan Campbell2010-10-183-21/+42
* libxc: make do_memory_op's callers responsible for locking indirect buffersIan Campbell2010-10-182-64/+41
* libxc: make xc_memory_op library privateIan Campbell2010-10-184-52/+23
* libxc: remove compatibility macro for xc_domain_memory_populate_physmapIan Campbell2010-10-181-4/+0
* libxc: add xc_maximum_ram_page to wrap XENMEM_maximum_ram_pageIan Campbell2010-10-184-2/+9
* libxc: add xc_machphys_mfn_list to wrap XENMEM_machphys_mfn_listIan Campbell2010-10-183-6/+19
* libxc: add xc_domain_maximum_gpfn to wrap XENMEM_maximum_gpfnIan Campbell2010-10-186-6/+13
* libxc: add xc_domain_add_to_physmap to wrap XENMEM_add_to_physmapIan Campbell2010-10-183-13/+29
* libxc: add xc_domain_memory_exchange_pages to wrap XENMEM_exchangeIan Campbell2010-10-183-30/+43
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-1811-142/+194
* libxc: use correct size of struct xen_mcIan Campbell2010-10-181-2/+2
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-185-7/+6
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-1816-158/+160
* libxc: flask: use (un)lock pages rather than open coding m(un)lock.Ian Campbell2010-10-183-10/+5
* pyxl: fix build of python xl binding for python < 2.5Gianni Tedesco2010-10-141-0/+4
* xl: audit allocation of strings within libxl_device_*Ian Campbell2010-10-131-4/+23
* libxl: remove xs_writev functionIan Campbell2010-10-133-32/+14
* pygrub: support grub2 "(hdX,msdosY)" partition syntaxIan Campbell2010-10-131-0/+2
* xl: correct migration_domname_rIan Campbell2010-10-131-1/+1
* 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