aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdimpl.c
Commit message (Expand)AuthorAgeFilesLines
* xl: fix a typo in main_vcpulist()Dario Faggioli2013-10-101-1/+1
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-101-0/+5
* xl: fork before execing vncviewerIan Campbell2013-10-031-1/+32
* libxl: only free console reader if it was allocated in main_dmesgMatthew Daley2013-09-251-1/+2
* libxl: fix leak of rune in main_remusMatthew Daley2013-09-251-0/+3
* libxl: fix leak of config_data in main_cpupoolcreateMatthew Daley2013-09-251-0/+1
* libxl: fix leak of corename in handle_domain_deathMatthew Daley2013-09-251-0/+1
* libxl: fix dispose without init of disk in cd_insertMatthew Daley2013-09-251-4/+2
* libxl: Spice vdagent support for upstream qemuFabio Fantoni2013-09-131-0/+4
* xl: fix `xl cpupool-list' behavior in case no pool name is providedDario Faggioli2013-09-131-1/+1
* Add vendor_device parameter for HVM guestsPaul Durrant2013-08-051-0/+14
* libxl: Add vif.default.backend to xl.confGeorge Dunlap2013-07-221-0/+6
* xl: support for leaving domain paused after saveIan Murray2013-07-171-6/+14
* xl: Add 'xen_version' to `xl info`Andrew Cooper2013-07-121-0/+2
* libxl: Remove qxl support for the 4.3 releaseGeorge Dunlap2013-05-301-2/+0
* xl: Return an error if an empty file is passed to cd-insertGeorge Dunlap2013-05-301-5/+24
* libxl: Make 'xl vcpu-set' work properly on overcommited hosts with an override.Konrad Rzeszutek Wilk2013-05-141-6/+29
* libxl: claim: Print the values in 'xl info' unconditionallyKonrad Rzeszutek Wilk2013-05-141-6/+1
* libxl: Change claim_mode from bool to int.Konrad Rzeszutek Wilk2013-05-141-3/+3
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-13/+3
* libxl: postpone backend name resolutionDaniel De Graaf2013-04-171-66/+14
* xl: add node-affinity to the output of `xl list`Dario Faggioli2013-04-171-62/+103
* xl: Fix 'free_memory' to include outstanding_claims value.Konrad Rzeszutek Wilk2013-04-161-28/+17
* xl: 'xl claims' print outstanding per domain claimsKonrad Rzeszutek Wilk2013-04-161-4/+36
* xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf)Konrad Rzeszutek Wilk2013-04-161-0/+24
* xl: Implement XENMEM_claim_pages support via 'claim_mode' global configKonrad Rzeszutek Wilk2013-04-161-0/+2
* xl: Accept a list for usbdevice in config fileGeorge Dunlap2013-04-081-2/+18
* xl: allow specifying a default gatewaydev in xl.confRoger Pau Monne2013-03-151-0/+5
* xl/libxl: add gatewaydev/netdev to vif specificationRoger Pau Monne2013-03-151-0/+14
* libxl: Add qxl vga interface support for upstream qemuFabio Fantoni2013-02-201-6/+5
* tools/libxl: Added vga parameter for hvm domUsFabio Fantoni2013-02-151-1/+13
* libxl: HVM firmware passthrough supportRoss Philipson2013-02-151-0/+5
* libxl: pass debug flag down to libxl_domain_suspendOlaf Hering2013-02-151-6/+13
* xl: SWITCH_FOREACH_OPT handles special options directly.Ian Campbell2013-01-251-145/+51
* xl: Introduce helper macro for option parsing.Ian Campbell2013-01-251-444/+528
* xl: allow def_getopt to handle long optionsIan Campbell2013-01-251-198/+125
* libxl: introduce XSM relabel on buildDaniel De Graaf2012-12-131-1/+19
* xl: Check for duplicate vncdisplay options, and return an errorGeorge Dunlap2012-12-041-0/+11
* libxl: add vtpm supportMatthew Fioravante2012-11-131-3/+181
* libxl: fix reboot failure of migrated domainKouya Shimura2012-11-121-1/+1
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-261-0/+2
* Revert 26109:6ccfe4d29f95Ian Jackson2012-10-261-2/+0
* xl: Do not leak events when a domain exits.Ian Campbell2012-10-251-0/+2
* xl: Fix accidently waiting for domains to shutdown without --wait optionSander Eikelenboom2012-10-251-1/+3
* xl: avoid shadowing reboot(2)Christoph Egger2012-10-251-2/+2
* xl: Add --wait and --all to xl reboot.Ian Campbell2012-10-181-25/+26
* xl: Introduce xl shutdown --all support for xm compatibilityIan Campbell2012-10-181-36/+85
* xl/libxl: make shutdown accept the long option --wait for -wSander Eikelenboom2012-10-111-1/+5
* xl/libxl: add iomem supportMatthew Fioravante2012-10-051-2/+29
* xl: resume the domain on suspend failureBastian Blank2012-09-251-3/+6