aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* libxl: Enable -Wshadow.Ian Campbell2012-09-171-16/+20
* tools: drop ia64 supportIan Campbell2012-09-1223-4584/+5
* libxc: Support save/restore of up to 4096 VCPUs (increase from 64 VCPUs).Keir Fraser2012-08-223-20/+24
* tools/python: Clean python correctlyAndrew Cooper2012-08-172-19/+17
* libxc/Linux: Add VM_DONTCOPY flag of the VMA of the hypercall bufferWangzhenguo2012-08-172-13/+35
* x86/PoD: prevent guest from being destroyed upon early access to its memoryJan Beulich2012-08-161-14/+21
* xenstore: don't print an error when gntdev cannot be openedRoger Pau Monne2012-07-231-1/+1
* libxc: restore: bounds check for start_info.{store_mfn,console.domU.mfn}Ian Campbell2012-07-231-0/+12
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-062-0/+20
* libxc: Do not segfault if (e.g.) switch_qemu_logdirty failsIan Jackson2012-06-281-1/+1
* libxc: xc_domain_restore, make toolstack_restore const-correctIan Jackson2012-06-281-1/+1
* libxc: do not "panic" if a kernel is not a bzImage.Ian Campbell2012-06-081-4/+2
* Rename: inslen -> insn_lenKeir Fraser2012-05-302-3/+3
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-302-3/+7
* arm: compile libxenguestStefano Stabellini2012-05-305-3/+162
* libxl: Remus - suspend/postflush/commit callbacksShriram Rajagopalan2012-05-181-2/+21
* libxc: implement gnttab.set_max_grants for LinuxJan Beulich2012-05-141-0/+22
* libxc: introduce XC_SAVE_ID_TOOLSTACKStefano Stabellini2012-05-114-2/+92
* libxc: Document the sharing interfaceAndres Lagar-Cavilla2012-04-241-22/+179
* x86/mem_sharing: Clean up debugging callsAndres Lagar-Cavilla2012-04-242-17/+0
* libxc: Replace alloca() with mmap() for large array sizesAravindh Puthiyaparambil2012-04-241-4/+38
* tools: Correct PTHREAD options in config/StdGNU.mkIan Jackson2012-04-111-1/+3
* tools/libxc: send page-in requests in batches in linux_privcmd_map_foreign_bulkOlaf Hering2012-03-261-15/+57
* autoconf: add missing compression checks for libxcRoger Pau Monne2012-03-141-14/+1
* Tools: libxc side for setting up the mem sharing ringTim Deegan2012-03-082-0/+30
* Use a reserved pfn in the guest address space to store mem event ringsTim Deegan2012-03-088-19/+107
* Tools: Remove shared page from mem_event/access/paging interfacesTim Deegan2012-03-084-12/+26
* arm: compile libxcStefano Stabellini2012-03-015-0/+174
* x86,tools/libxc: expose HLE/RTM features to pv and hvmLiu, Jinsong2012-03-012-0/+6
* xenpaging: remove obsolete XENMEM_paging_op_resumeOlaf Hering2012-03-012-10/+0
* libxc: add MMIO hole size parameter to xc_hvm_build()David Vrabel2012-03-012-11/+19
* libxc: pass arguments to xc_hvm_build() in a structureDavid Vrabel2012-03-014-104/+62
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-241-0/+1
* libxc: Implement SCHEDOP sysctl for credit schedulerGeorge Dunlap2012-02-232-1/+50
* libxc: remove tests of alloca() return valueDavid Vrabel2012-02-201-45/+34
* libxc/NetBSD: return ioctl return value on errorRoger Pau Monne2012-01-191-1/+1
* libxc: add comment to why NetBSD return hypercall->retvalRoger Pau Monne2012-01-191-0/+6
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-102-0/+12
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-105-133/+134
* mini-os: remove per-fd evtchn limitAlex Zeffertt2012-02-091-66/+74
* lib{xc,xl}: Seed grant tables with xenstore and console grantsAlex Zeffertt2012-02-095-2/+194
* libxc: Replace malloc with alloca in hot pathSantosh Jodh2012-02-071-5/+2
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+1
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-063-257/+220
* tools/flask: remove libflaskDaniel De Graaf2012-02-062-0/+62
* tools/libxc: remove volatile keyword for bitmap operationsOlaf Hering2012-01-311-5/+5
* tools/libxc: fix bitmap_alloc usage in xc_ia64_send_vcpumapOlaf Hering2012-01-311-2/+2
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-312-2/+2
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-282-0/+19
* tools/libxc: handle fallback in linux_privcmd_map_foreign_bulk properlyOlaf Hering2012-01-271-2/+3