aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: strdup disk path before put it in qemu args array.Anthony PERARD2010-12-131-5/+5
* libxl: fix double free of ifname, when makes args for qemu.Anthony PERARD2010-12-131-3/+7
* libxl: "Device model is a stubdom" is not an errorIan Campbell2010-12-101-1/+1
* libxl, xl: Account for shadow memory for PV guests tooStefano Stabellini2010-11-231-1/+1
* tools/libxl: use qdisk if blktap2 is not availableStefano Stabellini2010-11-231-1/+4
* tools: libxl: fix cpuid compilation errors for ia64KUWAMURA Shin'ya2010-11-091-294/+0
* tools: change cpumaps to uint8_tJuergen Gross2010-11-031-25/+32
* libxl: Fix migration of HVM guestsIan Campbell2010-10-281-2/+2
* libxl: Fix format string abuses / vulnerabilitiesIan Jackson2010-10-281-5/+8
* libxl: fix dom0 minimum memory threshold checkGianni Tedesco2010-10-281-6/+7
* tools: cpupools: xl: commands and library changesJuergen Gross2010-10-211-9/+192
* tools: cpupools: Support arbitrary numbers of physical cpusJuergen Gross2010-10-211-24/+23
* libxc: wrappers for XENMEM {increase,decrease}_reservation and populate_physmapIan Campbell2010-10-181-2/+2
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-181-1/+1
* libxl: remove xs_writev functionIan Campbell2010-10-131-10/+14
* libxl: remove console 0 backend directory from xenstore on devices destroyIan Campbell2010-10-051-38/+22
* libxl: fix qemu-dm pathChristoph Egger2010-10-011-1/+1
* libxl: implementing legacy xm cpuid parserAndre Przywara2010-10-011-0/+60
* xl: implement parsing of cpuid parameter and translate to Xen interfaceAndre Przywara2010-10-011-0/+219
* xl: Fix stack corruption caused by non-terminated call to libxl__xs_writevGianni Tedesco2010-09-231-1/+1
* libxl: Introduce a maximum limit for free_mem_slack (re (dom0) ballooning)Stefano Stabellini2010-09-231-2/+9
* libxl: proper accounting for the videoramStefano Stabellini2010-09-221-2/+3
* libxl: introduce the concept of dom0 minimum memoryStefano Stabellini2010-09-221-0/+6
* libxl: add few more memory operationsStefano Stabellini2010-09-221-0/+131
* libxl: add a "relative" parameter to libxl_set_memory_targetStefano Stabellini2010-09-221-15/+156
* 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-221-1/+2
* libxl: introduce cpuid interface to domain buildAndre Przywara2010-09-161-0/+15
* libxl: Clear device-model info when destroying an HVM domain with stubdom.Jun Zhu2010-09-161-12/+16
* libxl: don't leak gc pointers to caller's structs; prevent double freeGianni Tedesco2010-09-101-2/+5
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-51/+51
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-108/+108
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-326/+326
* libxl: Fix NULL deref in libxl_ctx_free()Gianni Tedesco2010-09-071-1/+1
* xl: randomly generate UUIDsGianni Tedesco2010-09-021-3/+3
* libxl: builtin list types should be pass-by-referenceIan Campbell2010-08-311-2/+4
* libxl: drop libxl_set_vcpucount, introduce libxl_set_vcpuonlineStefano Stabellini2010-08-311-12/+14
* libxl: fix xenstore connection when run in domUDaniel De Graaf2010-08-301-0/+2
* libxl: Disable opengl if info->opengl == 0 (correct sense of test)Stefano Stabellini2010-08-191-1/+1
* libxl/xl: Use libxl_vcpuinfo_destroyIan Campbell2010-08-191-10/+1
* libxl/xl: Use libxl_device_nic_destroy and libxl_nicinfo_destroyIan Campbell2010-08-191-11/+0
* libxl/xl: use libxl_diskinfo_destroy and libxl_device_disk_destroyIan Campbell2010-08-191-5/+10
* libxl: use libxl_version_info_destroy, not hand-coded do_free_version_infoIan Campbell2010-08-191-14/+1
* libxl: implement destroy for libxl_file_reference builtin typeIan Campbell2010-08-191-47/+7
* libxl: generate destructors for each libxl defined typeIan Campbell2010-08-191-0/+27
* tools/libxl: fix "xl console" for primary consoleIan Campbell2010-08-181-2/+10
* tools/libxl: compile with -Wmissing-declarationsIan Jackson2010-08-171-1/+1
* libxl: do not GC data returned to the caller by libxl_device_disk_getinfo.Ian Campbell2010-08-161-4/+4
* xl: make libxl_uuid2string internal to libxenlightGianni Tedesco2010-08-161-3/+3