aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* libxc: add xc_domain_set_max_evtchn()David Vrabel2013-10-142-0/+23
* tools/migrate: Fix regression when migrating from older version of XenAndrew Cooper2013-10-103-3/+5
* libxc: add LZ4 decompression supportJan Beulich2013-10-074-1/+157
* libxc: only munmap when something has actually been mapped in change_pteMatthew Daley2013-10-031-3/+3
* libxc: fix memory leak in load_p2m_frame_list error handlingMatthew Daley2013-09-251-0/+1
* libxc: introduce xc_map_domain_meminfo (and xc_unmap_domain_meminfo)Dario Faggioli2013-09-134-155/+183
* libxc: allow for ctxt to be NULL in xc_vcpu_setcontextDario Faggioli2013-09-131-6/+0
* libxc: use xc_vcpu_getinfo() instead of calling do_domctl()Dario Faggioli2013-09-133-18/+14
* libxc: use xc_vcpu_setcontext() instead of calling do_domctl()Dario Faggioli2013-09-132-15/+5
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-139-72/+45
* libxc/x86: fix page table creation for huge guestsJan Beulich2013-09-121-8/+16
* libxc/pm: Fix NULL pointer checks.Andrew Cooper2013-09-101-7/+7
* xen: only expose start_info on architectures which have a PV boot pathIan Campbell2013-08-201-3/+2
* libxc: silence HVM domain creation messagesMatthew Daley2013-08-201-2/+2
* libxc: xc_evtchn_open does not return -1 on error.Vincent Bernardoff2013-06-281-2/+2
* 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
* tools/libxc: Fix memory leaks in xc_domain_restore()Andrew Cooper2013-06-241-0/+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-141-4/+4
* libelf: check loops for running awayIan Jackson2013-06-141-9/+24
* libelf: use only unsigned integersIan Jackson2013-06-143-24/+34
* libelf: use C99 bool for booleansIan Jackson2013-06-141-4/+4
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-142-4/+24
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-1/+1
* libelf: check all pointer accessesIan Jackson2013-06-142-11/+48
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-142-16/+16
* libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialisedIan Jackson2013-06-141-1/+1
* 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
* libelf: abolish libelf-relocate.cIan Jackson2013-06-141-1/+1
* fix XSA-46 regression with xend/xmJan Beulich2013-05-211-1/+1
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-142-11/+0
* tools: Bump some library sonamesIan Jackson2013-05-071-1/+1
* libxl: write IO ABI for disk frontendsWei Liu2013-04-263-0/+51
* libxc: Add unsafe decompressorsBastian Blank2013-04-228-0/+221
* libxc: allow for explicitly specifying node-affinityDario Faggioli2013-04-172-0/+103
* xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-172-1/+24
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-173-5/+5
* xc: export outstanding_pages value in xc_dominfo structure.Dan Magenheimer2013-04-162-0/+2
* xc: use XENMEM_claim_pages hypercall during guest creation.Dan Magenheimer2013-04-166-4/+70
* tools: libxc: arm64 supportIan Campbell2013-04-112-1/+5
* tools/xentoollog: update tty detection in stdiostream_progressOlaf Hering2013-02-281-1/+3
* doc: Improve xc_domain_restore inline documentationFrediano Ziglio2013-02-221-0/+2
* xen: arm: separate guest user regs from internal guest state.Ian Campbell2013-02-221-5/+5