aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl
Commit message (Expand)AuthorAgeFilesLines
* libxl: remove qemu default devices for upstream qemuFabio Fantoni2013-10-141-3/+7
* libxl,xl: add max_event_channels option to xl configuration fileDavid Vrabel2013-10-145-0/+19
* libxl: make libxl__poller_put tolerate p==NULLIan Jackson2013-10-112-4/+4
* libxl: fix out-of-memory error handling in libxl_list_cpupoolMatthew Daley2013-10-101-0/+1
* libxl: fix vif rate parsingIan Jackson2013-10-102-6/+17
* libxl: introduce libxl_node_to_cpumapDario Faggioli2013-10-102-0/+25
* 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-107-7/+52
* libxl: correctly handle libxl_get_cpu_topology failure in libxl_{cpu, node}ma...Matthew Daley2013-10-031-2/+2
* libxl: only put poller if already gotten in libxl_event_waitMatthew Daley2013-10-031-1/+2
* xl: fork before execing vncviewerIan Campbell2013-10-032-2/+33
* libxl: handle null lists in libxl_string_list_lengthMatthew Daley2013-10-031-2/+5
* libxl: fix file open failure check in libxl__file_reference_mapMatthew Daley2013-09-251-1/+1
* libxl: fix typo in libxl__hotplug_nic error checkingMatthew Daley2013-09-251-1/+1
* libxl: only free console reader if it was allocated in main_dmesgMatthew Daley2013-09-251-1/+2
* libxl: fix out-of-memory check in parse_global_configMatthew Daley2013-09-251-2/+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: fix libxl_string_list_length and its only callerMatthew Daley2013-09-252-2/+2
* libxl: Use LOG_ERRNO rather than ERRNOVAL in libxl_pci.cGeorge Dunlap2013-09-161-10/+10
* Revert "libxl, hotplug/Linux: default to phy backend for raw format file"Ian Campbell2013-09-161-3/+3
* libxl: Spice vdagent support for upstream qemuFabio Fantoni2013-09-135-0/+30
* libxl: correctly handle readlink() errorsMatthew Daley2013-09-131-1/+1
* libxl: fix use-after-free in discard_events iterationMatthew Daley2013-09-131-2/+2
* libxl: fix libxl__device_disk_from_xs_be to parse backend domidRoger Pau Monne2013-09-131-0/+7
* xl: fix `xl cpupool-list' behavior in case no pool name is providedDario Faggioli2013-09-131-1/+1
* libxl, hotplug/Linux: default to phy backend for raw format fileWei Liu2013-09-131-3/+3
* libxl: idl: complete some enums in the IDL with their defaultsRob Hoes2013-09-101-3/+8
* libxl: idl: add domain_type field to libxl_dominfo structRob Hoes2013-09-102-0/+3
* libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWNRob Hoes2013-09-102-3/+4
* libxl: prefer qdisk over blktap when choosing disk backendWei Liu2013-09-031-2/+2
* tools: allow user to specify a system qemu-xen binaryIan Campbell2013-08-211-1/+10
* Add vendor_device parameter for HVM guestsPaul Durrant2013-08-054-0/+36
* libxl: Fix function libxl__domain_resume_device_modelrwxybh2013-08-021-0/+1
* libxl: Add vif.default.backend to xl.confGeorge Dunlap2013-07-223-0/+11
* xl: Enable by default claim mode.Konrad Rzeszutek Wilk2013-07-221-1/+1
* libxl: Allow network driver domains when run_hotplug_scritps is setGeorge Dunlap2013-07-171-7/+0
* xl: support for leaving domain paused after saveIan Murray2013-07-172-7/+16
* xl: Add 'xen_version' to `xl info`Andrew Cooper2013-07-121-0/+2
* libxl: do not call exit() in libxl_device_vtpm_listMarek Marczykowski2013-07-041-5/+6
* libxl: suppress device assignment to HVM guest when there is no IOMMUIan Jackson2013-07-011-0/+12
* libxl: Use QMP cpu-add to hotplug CPU with qemu-xen.Anthony PERARD2013-06-261-6/+46
* libxl: Add "cpu-add" QMP command.Anthony PERARD2013-06-262-0/+23
* libxl: Fix assignment of devid value returned from libxl__device_nextidJim Fehlig2013-06-261-4/+4
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-255-36/+78
* libxl,hvmloader: Don't relocate memory for MMIO holeGeorge Dunlap2013-06-241-0/+8
* libxl: add LIBXL_HAVE_<foo> for outstanding_pages and outstanding_memkbDario Faggioli2013-06-121-0/+18
* tools/libxl: fix array subscript has type 'char'Christoph Egger2013-05-311-1/+1