aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: update to SeaBIOS 1.7.3.1Ian Campbell2013-10-161-1/+8
* xend: Drop long deprecation warning in /var/run not /tmpIan Campbell2013-10-161-2/+2
* libxl: remove qemu default devices for upstream qemuFabio Fantoni2013-10-141-3/+7
* pygrub: Support (/dev/xvda) style disk specificationsIan Campbell2013-10-142-1/+109
* libxl,xl: add max_event_channels option to xl configuration fileDavid Vrabel2013-10-145-0/+19
* libxc: add xc_domain_set_max_evtchn()David Vrabel2013-10-142-0/+23
* Add DOMCTL to limit the number of event channels a domain may useDavid Vrabel2013-10-142-2/+2
* 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
* tools/ocaml: fix erroneous free of cpumap in stub_xc_vcpu_getaffinityMatthew Daley2013-10-101-2/+0
* 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-1012-16/+67
* tools: adds tracer on qemu-xen debug configure optionsFabio Fantoni2013-10-101-1/+1
* qemu-xen: Set localstatedir to /var.Anthony PERARD2013-10-101-0/+1
* qemu-xen: Disabling build of guest-agent.Anthony PERARD2013-10-101-0/+1
* libxc: add LZ4 decompression supportJan Beulich2013-10-074-1/+157
* 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
* libxc: only munmap when something has actually been mapped in change_pteMatthew Daley2013-10-031-3/+3
* xm-test: fix the ip allocation functionZhu Yanhai2013-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
* hvmloader/smbios: Change strncpy to memcpy for anchor stringsAndrew Cooper2013-09-271-4/+4
* xm-test: add a missing %sZhu Yanhai2013-09-251-1/+1
* xenstore: check socket path length before copying itMatthew Daley2013-09-251-0/+4
* xenstored: fix faulty check for bad handle in domain_initMatthew Daley2013-09-251-1/+1
* xenstored: handle unlikely failure better in ask_parentsMatthew Daley2013-09-251-1/+3
* 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
* libxc: fix memory leak in load_p2m_frame_list error handlingMatthew Daley2013-09-251-0/+1
* gdbsx: clear sockaddr before using itMatthew Daley2013-09-211-0/+1
* x86_emulate: fix flag setting for 8-bit signed multiplicationJan Beulich2013-09-201-0/+2
* x86_emulate: MOVSXD must read source operand just onceJan Beulich2013-09-201-4/+62
* x86: fix dependencies of emulator testJan Beulich2013-09-201-6/+5
* tools: print xm deprecation warning to stderrIan Campbell2013-09-191-2/+2
* tools: disable xend build by defaultIan Campbell2013-09-174-4/+57
* tools/hotplug: set mtu from bridge for tap interfaceCharles Arnold2013-09-172-5/+12
* 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-162-12/+10
* xen-mfndump: Use inttypes.h to format uint64_t types.Ian Campbell2013-09-141-2/+3
* libxl: Spice vdagent support for upstream qemuFabio Fantoni2013-09-135-0/+30