aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2142-42/+42
* libxc: fixes for the ARM platformStefano Stabellini2013-02-154-25/+33
* tools/xc: log pid in xc_save/xc_restore outputOlaf Hering2013-02-152-3/+7
* tools/xc: turn XCFLAGS_* into shiftsOlaf Hering2013-02-151-5/+6
* tools/xc: handle tty output differently in stdiostream_progressOlaf Hering2013-02-151-2/+20
* tools/xc: fix logic error in stdiostream_progressOlaf Hering2013-02-151-1/+1
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* libxc: drop relics of running on non-PAE 32-bit hostsJan Beulich2013-01-245-127/+14
* libxc: match types of 'subject' and 'foreigndom' between struct xc_mmu and do...Dario Faggioli2013-01-242-4/+4
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-171-14/+6
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-171-6/+14
* libxc: x86: ensure that the initial mapping fits into the guest's memoryIan Campbell2013-01-112-1/+14
* HVM firmware passthrough control tools supportRoss Philipson2013-01-104-8/+135