aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.h
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: provide libxl_domain_config_init.Ian Campbell2012-04-041-0/+1
* libxl: make most libxl_FOO_path() functions internal.Ian Campbell2012-04-121-10/+0
* libxl: Remove libxl_tmem_destroy and associated xl commandIan Campbell2012-04-161-1/+0
* libxl: abolish libxl_ctx_postforkIan Jackson2012-04-111-1/+0
* libxl: Provide libxl_string_list_lengthIan Jackson2012-04-111-0/+1
* libxl: Crash (more sensibly) on malloc failureIan Jackson2012-04-111-0/+4
* libxl: Move bdf parsing into libxluGeorge Dunlap2012-04-041-7/+0
* libxl: Document API and ABI compatibility guarantees.Ian Campbell2012-03-191-0/+78
* libxl: Implement libxl_sched_credit_param_[gs]etGeorge Dunlap2012-03-011-0/+4
* libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELDIan Campbell2012-03-011-9/+0
* libxl: add libxl_domain_build_info_init_typeIan Campbell2012-03-011-2/+3
* libxl: add new "defbool" built in type.Ian Campbell2012-03-011-0/+24
* 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