aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xl: fix `xl cpupool-list' behavior in case no pool name is providedDario Faggioli2013-10-111-1/+1
* 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
* libxc/x86: fix page table creation for huge guestsJan Beulich2013-09-231-8/+16
* tools: xen-mceinj: Add missing return value checksBastian Blank2013-09-131-2/+4
* libxl: Allow network driver domains when run_hotplug_scritps is setGeorge Dunlap2013-09-131-7/+0
* hvmloader: fix SeaBIOS interfaceJan Beulich2013-09-094-7/+7
* xend: fix file descriptor leak in pci utilitiesXi Xiong2013-09-091-0/+6
* xend: handle extended PCI configuration space when saving stateSteven Noonan2013-09-091-1/+2
* hvmloader/smbios: Correctly count the number of tables writtenAndrew Cooper2013-09-091-1/+2
* x86: AVX instruction emulation fixesJan Beulich2013-09-091-6/+138
* pygrub: add Debian extlinux.conf pathIan Campbell2013-09-031-0/+1
* oxenstored: Protect oxenstored from malicious domains.John Liu2013-09-035-6/+31
* Revert "hvmloader: always include HPET table"Jan Beulich2013-07-151-5/+7
* libxl: suppress device assignment to HVM guest when there is no IOMMUIan Jackson2013-07-011-0/+12
* libxc: xc_evtchn_open does not return -1 on error.Vincent Bernardoff2013-06-281-2/+2
* gcov: Do not use mmap directly but use xc_hypercall_buffer_allocFrediano Ziglio2013-06-271-13/+9
* pygrub: add fedora 19 grub.cfg exampleMarcel J.E. Mol2013-06-271-0/+117
* pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg (2nd attempt)Marcel J.E. Mol2013-06-271-0/+2
* Xendomains was not correctly suspending domains when a STOP was issued.Ian Murray2013-06-271-5/+5
* 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
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-06-261-0/+1
|\
| * also override library path for hotplug scriptsJan Beulich2013-06-261-0/+1
* | tools/libxc: Fix memory leaks in xc_domain_save()Andrew Cooper2013-06-261-0/+9
* | libxc: Fix guest boot on ARM after XSA-55Julien Grall2013-06-262-4/+7
* | 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
* tools/libxc: Fix memory leaks in xc_domain_restore()Andrew Cooper2013-06-241-0/+3
* libxl,hvmloader: Don't relocate memory for MMIO holeGeorge Dunlap2013-06-242-2/+55
* hvmloader: Remove minimum size for BARs to relocate to 64-bit spaceGeorge Dunlap2013-06-242-4/+2
* hvmloader: Load large devices into high MMIO space as neededGeorge Dunlap2013-06-241-1/+7
* hvmloader: Correct bug in low mmio region accountingGeorge Dunlap2013-06-241-5/+15
* hvmloader: Fix check for needing a 64-bit barGeorge Dunlap2013-06-241-1/+1
* hvmloader: Set up highmem resouce appropriately if there is no RAM above 4GGeorge Dunlap2013-06-241-1/+12
* hvmloader: Make the printfs more informativeGeorge Dunlap2013-06-241-2/+11
* hvmloader: Remove all 64-bit print argumentsGeorge Dunlap2013-06-242-4/+9
* libxc: Better range check in xc_dom_alloc_segmentIan Jackson2013-06-141-1/+2
* libxc: check blob size before proceeding in xc_dom_check_gzipMatthew Daley2013-06-141-0/+5
* libxc: range checks in xc_dom_p2m_host and _guestIan Jackson2013-06-141-0/+4
* libxc: check return values from mallocIan Jackson2013-06-149-3/+58
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-147-0/+108
* libxc: Add range checking to xc_dom_binloaderIan Jackson2013-06-141-2/+13
* libelf: abolish obsolete macrosIan Jackson2013-06-142-5/+5
* libelf: check loops for running awayIan Jackson2013-06-141-9/+24
* libelf: use only unsigned integersIan Jackson2013-06-144-31/+42
* libelf: use C99 bool for booleansIan Jackson2013-06-141-4/+4
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-143-4/+27
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-1/+1