aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.h
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: pci: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: vfb/vkb: use _init/_setdefaultIan Campbell2012-03-011-2/+2
* libxl: nic: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: disk: use _init/_setdefaultIan Campbell2012-03-011-1/+1
* libxl: introduce a descriminating default value for memkb fields.Ian Campbell2012-03-011-0/+1
* libxl: use an explicit LIBXL_TIMER_MODE_DEFAULT valueIan Campbell2012-03-011-1/+1
* libxl: provide _init and _setdefault for libxl_domain_build_info.Ian Campbell2012-03-011-3/+2
* libxl: provide _init and _setdefault for libxl_domain_create_info.Ian Campbell2012-03-011-1/+1
* libxl: Document _init/_dispose/_setdefault functions.Ian Campbell2012-03-011-6/+47
* libxl: generate a _dispose function for all Aggregate typesIan Campbell2012-03-011-0/+3
* libxl: Remove xen/sched.h from public interfaceIan Campbell2012-03-011-8/+1
* libxl: remove sysctl.h from public interfaceIan Campbell2012-03-011-3/+3
* libxl: Rename libxl_sched_* to include _domainGeorge Dunlap2012-02-231-6/+6
* xl: use json output by defaultIan Campbell2012-02-071-0/+2
* libxl: add named enum for timer mode.Ian Campbell2012-01-311-0/+2
* libxl: drop libxl_cpuarray -- topology was the only user.Ian Campbell2012-01-311-7/+0
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-311-1/+3
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-311-3/+1
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-6/+1
* libxl: name libxl_create_cpupool consistent with other functions.Ian Campbell2012-01-311-1/+1
* libxl: allow for specifying the CPU affinity in the config file.Dario Faggioli2012-01-271-0/+2
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-4/+12
* libxl: Asynchronous/long-running operation infrastructureIan Jackson2012-01-271-0/+53
* libxl: introduce libxl_fd_set_nonblock, rationalise _cloexecIan Jackson2012-01-271-1/+6
* libxl: New event generation APIIan Jackson2012-01-271-46/+9
* libxl: New API for providing OS events to libxlIan Jackson2012-01-271-0/+6
* libxl: report failure to reboot/shutdown due to lackof PV interfaces to callerIan Campbell2011-12-211-0/+1
* libxl: split libxl_domain_shutdown into libxl_domain_shutdown,..._rebootIan Campbell2011-12-211-1/+2
* libxl: remove force parameter from libxl_domain_destroyRoger Pau Monne2011-12-151-1/+1
* Support of xl sched-sedfJuergen Gross2011-11-281-0/+4
* Support of xl sched-credit2Juergen Gross2011-11-281-0/+4
* xl: Apply CLOEXEC to the restore_fd.Anthony Perard2011-12-011-0/+3
* xenpaging: add XEN_PAGING_DIR / libxl_xenpaging_dir_path()Olaf Hering2011-11-201-0/+1
* libxl: handle the return value of wait_for_dev_destroy selectRoger Pau Monne2011-11-021-0/+1
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+3
* libxl: convert PCI device handling to device APIIan Campbell2011-10-181-5/+21
* libxl: convert VFB handling to device APIIan Campbell2011-10-181-3/+4
* libxl: convert VKB handling to device APIIan Campbell2011-10-181-3/+4
* libxl: remove libxl_device_console_add.Ian Campbell2011-10-181-2/+0
* libxl: convert NIC handling to device APIIan Campbell2011-10-181-2/+5
* libxl: convert disk handling to device APIIan Campbell2011-10-181-2/+14
* libxl: update nic list API to use common device API styleIan Campbell2011-10-181-1/+3
* libxl: add a comment describing the device interfaces.Ian Campbell2011-10-181-0/+59
* libxl: libxl_destroy_cpumap becomes libxl_cpumap_destroyIan Campbell2011-10-181-1/+1
* libxl: idl: use "dispose" rather than "destroy" for function to free IDL typesIan Campbell2011-10-181-7/+7
* libxl: IDL: autogenerate functions to produce JSON from libxl data structures.Ian Campbell2011-10-071-2/+2
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+7
* libxl: expand hard tab stopsIan Campbell2011-10-111-1/+1
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-2/+2
* libxl: specify HVM vs PV in create_info using libxl_domain_type enumIan Campbell2011-07-181-3/+8