aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_dom.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: support for "rtc_timeoffset" and "localtime"Giam Teck Choon2012-04-041-0/+3
* libxl: fix migrate for HVM guestsIan Campbell2011-02-141-51/+60
* libxl/xl: improve behaviour when guest fails to suspend itself.Ian Campbell2011-02-111-11/+69
* libxl: correct error path in libxl_userdata_retrieveIan Jackson2011-01-281-1/+4
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-6/+6
* add missing libxl__free_all() callsJuergen Gross2010-12-091-3/+10
* tools: libxl: fix cpuid compilation errors for ia64KUWAMURA Shin'ya2010-11-091-9/+3
* libxl: fix build since 22325:4ac03710fc32Gianni Tedesco2010-11-011-0/+1
* libxl: Fix migration of HVM guestsIan Campbell2010-10-281-2/+22
* tools: cleanup domain save switch_qemu_logdirty callbackIan Campbell2010-10-211-12/+14
* libxl: proper accounting for the videoramStefano Stabellini2010-09-221-1/+1
* libxl: introduce cpuid interface to domain buildAndre Przywara2010-09-161-0/+6
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-13/+13
* libxl: move hvm_build_set_params to libxl_dom.cIan Campbell2010-09-081-0/+42
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-43/+44
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-33/+33
* libxl: include domain id in userdata path.Ian Campbell2010-09-071-2/+2
* libxl: do not log lack of guest support for suspend event channelIan Campbell2010-09-021-3/+1
* libxl: xc_domain_restore returns 0 on success, 1 on errorIan Campbell2010-08-241-1/+1
* xl: make libxl_uuid2string internal to libxenlightGianni Tedesco2010-08-161-13/+6
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-81/+145
* PV console for HVM domainsStefano Stabellini2010-08-051-1/+1
* libxl: add a specific UUID type.Ian Campbell2010-08-041-1/+1
* libxl: const-correctness for libxl_uuid2stringIan Jackson2010-07-301-1/+1
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-17/+17
* libxl: consistent handling of libxc errorsGianni Tedesco2010-07-231-8/+15
* Revert 91c486918e02 "More consistent error handling in libxl"Ian Jackson2010-07-211-12/+9
* More consistent error handling in libxlStefano Stabellini2010-07-191-9/+12
* libxl: support mapping files rather than carrying paths aroundIan Jackson2010-07-141-11/+70
* libxl: add printf attribute to libxl_xs_write and fixup resulting warningsIan Jackson2010-07-141-3/+3
* tools/libxl: implement support for nomigrate option in VM profilesIan Jackson2010-07-081-0/+2
* tools/libxl: revert 15bcf57fcf24 (disable_migrate)Ian Jackson2010-07-061-1/+0
* tools/libxl: support the "disable_migrate" domain config optionIan Jackson2010-07-061-0/+1
* tools/libxl: allow setting of timer_mode, hpet and vpt_align parametersIan Jackson2010-07-061-7/+0
* xl: fix restore_common return valueKeir Fraser2010-06-151-5/+4
* libxl/xl: fix multivcpu handlingKeir Fraser2010-06-041-6/+4
* libxl: Fix up some incorrect printf formatsKeir Fraser2010-05-281-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-3/+3
* libxl: Fix missing memory/target xenstore entry on domain creationKeir Fraser2010-05-141-11/+11
* libxl: Check return codes of write/asprintf/daemon consistently.Keir Fraser2010-05-131-2/+13
* libxl: make use of libxl path functionsKeir Fraser2010-05-061-1/+7
* Change the global suspend event channel lock file to a per-domain lock fileKeir Fraser2010-05-041-1/+1
* libxl: Per-domain data storage for the convenience of the library userKeir Fraser2010-04-121-0/+127
* xl, libxl: xl list -v shows the uuid tooKeir Fraser2010-04-121-0/+6
* xl: tsc_mode parameter in guest configuration fileKeir Fraser2010-04-061-0/+1
* libxl: apply CPUID policy for all types of VMs in all situationsKeir Fraser2010-01-061-6/+4
* libxl: add a get_shutdown_reasonKeir Fraser2009-12-301-0/+15
* libxl: remove API for dominfolist and list that returns xc_dominfo.Keir Fraser2009-12-301-11/+9
* libxl: coding styles cleanupKeir Fraser2009-12-301-2/+23
* libxenlight: fix two memory related issuesKeir Fraser2009-12-111-1/+1