aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-271-24/+38
* libxl: fix build error after 21c31a81Jan Beulich2013-04-191-1/+1
* libxl: Fix SEGV in network-attachIan Jackson2013-04-181-1/+2
* libxl: write vifname in xenstore if set.Giam Teck Choon2012-04-031-0/+6
* libxl: Do not SEGV when no 'removable' disk parameter in xenstoreMarek Marczykowski2011-06-051-1/+6
* libxl: do not try to use blktap with qdiskIan Jackson2011-03-111-1/+1
* # HG changeset patchStefano Stabellini2011-03-091-16/+15
* xl/libxl: treat vif "ip" fields as a simple stringIan Campbell2011-02-251-12/+5
* libxl/xl: enable support for routed network configurations.Ian Campbell2011-02-181-0/+13
* libxl: fix cd insert/ejectStefano Stabellini2011-02-181-3/+17
* libxl: remove the entries from xenstore when destroying a diskStefano Stabellini2011-02-171-2/+7
* libxl: create xenstore backend for empty disksStefano Stabellini2011-02-171-3/+1
* libxl: do slow resume after failed migration attemptIan Campbell2011-02-171-1/+1
* libxl: disk specification: special case vhdKamala Narasimhan2011-02-151-6/+16
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-68/+93
* xl: Support more than 32 vcpus for xl vcpu-setJuergen Gross2011-02-141-2/+2
* libxl: implement trigger s3resumeStefano Stabellini2011-02-141-1/+7
* libxl: vncviewer: make autopass work properlyIan Jackson2011-02-041-8/+21
* libxl: vncviewer: unconditionally read listen port address and passwordIan Jackson2011-02-041-11/+7
* libxl: vncviewer: fix use-after-freeIan Jackson2011-02-041-2/+1
* libxl: change default HVM emulated network card to rtl8139Ian Jackson2011-02-021-1/+1
* The current libxl_set_memory_target function subtracts a negative amountStefano Stabellini2011-02-011-3/+6
* libxl: prevent creation of domains with duplicate namesIan Jackson2011-01-281-0/+22
* libxl: when using pygrub, do not segfault if no blktapStefano Stabellini2011-01-281-4/+13
* libxl: only check size of regular files when validating a virtual diskIan Campbell2011-01-261-1/+1
* xl: Perform minimal validation of virtual disk file while parsing config fileKamala Narasimhan2011-01-251-0/+29
* libxl/xl: support empty disk paths (ejected cdroms)Stefano Stabellini2011-01-251-4/+6
* libxl: Check a domain exists before destroying itGianni Tedesco2011-01-251-0/+11
* libxl: libxl_ctx_init checks for xenstored pid fileKamala Narasimhan2011-01-251-0/+8
* libxl, minios: stubdom console based save/restoreStefano Stabellini2011-01-211-1/+2
* libxl: fix free of constant string in cdrom insert pathKamala Narasimhan2011-01-211-1/+1
* libxl: Make domain_shutdown fail if graceful not possibleIan Jackson2011-01-201-17/+9
* libxl: do not attempt to write "shutdown" dm-commandIan Jackson2011-01-201-5/+0
* libxl: move domain struct init functions from xl to libxlGianni Tedesco2011-01-111-0/+79
* libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()Gianni Tedesco2011-01-111-243/+0
* xl: Implement flexarray_append() and flexarray_vappend()Gianni Tedesco2011-01-071-195/+170
* xl: Move device model functions in to a separate fileGianni Tedesco2011-01-071-808/+2
* libxl: Lists qdisk device in libxl_device_disk_listAnthony PERARD2011-01-061-0/+1
* libxl: Factorize function libxl_device_disk_listAnthony PERARD2011-01-061-49/+50
* libxl: Correct paths in libxl__fill_dom0_memory_info functionEamon Walsh2011-01-061-2/+2
* libxl: Specify the target ram size to Qemu (new) when calling itAnthony PERARD2011-01-061-0/+4
* libxl: fix free of uninitialised "disks" variableYang Z Zhang2011-01-051-1/+1
* Support renaming of cpupoolsJuergen Gross2010-12-091-0/+43
* Extend cpupools to support numaJuergen Gross2010-12-091-0/+74
* Support getting topology info in libxlJuergen Gross2010-12-091-0/+53
* libxl: constify libxl_create_cpupool()Christoph Egger2010-12-161-1/+1
* libxl: do not assume target and freemem-slack are written at the same timeStefano Stabellini2010-12-141-20/+32
* libxl: introduce libxl_need_xenpv_qemuStefano Stabellini2010-12-141-0/+33
* add missing libxl__free_all() callsJuergen Gross2010-12-091-4/+22
* libxl: Makes libxl be able to call Qemu upstream for XenPV guest.Anthony PERARD2010-12-131-9/+21