aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QEMU_UPSTREAM_REVISION update4.3.0-rc6Ian Jackson2013-06-271-1/+1
* 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
* Update SEABIOS_UPSTREAM_TAGIan Campbell2013-06-261-3/+3
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-06-264-9/+29
|\
| * also override library path for hotplug scriptsJan Beulich2013-06-261-0/+1
| * x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-263-9/+28
* | 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
* | libelf: fix printing of pointersJan Beulich2013-06-261-4/+4
|/
* docs: Update xenstore-paths.markdown with new hvmloader keyGeorge Dunlap2013-06-261-0/+8
* VMX/Viridian: suppress MSR-based APIC suggestion when having APIC-VJan Beulich2013-06-251-2/+3
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-256-42/+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-243-2/+56
* 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
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-06-211-0/+1
* tpmif: fix identifier prefixesJan Beulich2013-06-214-32/+32
* QEMU_TAG updateIan Jackson2013-06-171-3/+3
* AMD IOMMU: make interrupt work againJan Beulich2013-06-173-9/+18
* xen: arm: fix build after libelf changes.4.3.0-rc5Ian Campbell2013-06-161-1/+3
* 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-146-68/+44
* libelf: check loops for running awayIan Jackson2013-06-145-29/+135
* libelf: use only unsigned integersIan Jackson2013-06-149-87/+105
* libelf: use C99 bool for booleansIan Jackson2013-06-146-21/+23
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-145-11/+58
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-145-8/+13
* libelf: check all pointer accessesIan Jackson2013-06-148-85/+312
* libelf: check nul-terminated strings properlyIan Jackson2013-06-144-11/+30
* tools/xcutils/readnotes: adjust print_l1_mfn_valid_noteIan Jackson2013-06-141-5/+6
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-147-163/+312
* libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialisedIan Jackson2013-06-141-1/+1
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-142-39/+0
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* libxc: Fix range checking in xc_dom_pfn_to_ptr etc.Ian Jackson2013-06-144-5/+38
* libxc: introduce xc_dom_seg_to_ptr_pagesIan Jackson2013-06-141-3/+16