aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* libxc: increase lzma max memory constant to 128MbyIan Jackson2011-02-111-1/+1
* libxc: maintain a small, per-handle, cache of hypercall buffer memoryIan Campbell2011-02-013-19/+162
* libxc: Do not use dom0 physmem as parameter to lzma decoderIan Jackson2011-01-284-46/+1
* tools/libxc, hvm: Fix 1G page allocation algorithmShan Haitao2011-01-281-11/+13
* libxc: break xc_get_physmem out into os-dependent filesChristoph Egger2011-01-274-22/+46
* hvm: allow pass-through of new FPU/ALU CPUID featuresKeir Fraser2011-01-272-1/+8
* libxc: provide XENCTRL_HAS_XC_INTERFACE feature test macroIan Jackson2011-01-271-0/+10
* x86: blacklist new AMD CPUID bits for PV domainsKeir Fraser2011-01-261-0/+5
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-212-1/+9
* libxc: Remove set_max_grants in linuxDaniel De Graaf2011-01-172-14/+2
* PoD: Fix two code commentsLiu, Jinsong2011-01-141-2/+3
* libxc: build fix with debugging disabled.Ian Campbell2011-01-141-2/+2
* libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen toolsKeir Fraser2011-01-082-17/+22
* mem_access: added trap injection to libxcJoe Epstein2011-01-072-0/+40
* mem_access: HVMOPs for setting mem accessJoe Epstein2011-01-075-0/+142
* libxc: portability fixes for NetBSDChristoph Egger2011-01-062-3/+3
* libxc: Use .opic to build xenctrl_osdep_ENOSYS.soKeir Fraser2010-12-241-3/+9
* x86 xsave: supports xsave (CPUID:0xD) enumeration for all sub-leaves.Keir Fraser2010-12-241-48/+64
* libxc: refactor Linux OS interface into a separate file.Ian Campbell2010-12-033-642/+686
* libxc: move foreign memory functions to xc_foreign_memory.cIan Campbell2010-12-032-72/+72
* libxc: add abitility to dynamically load osdep.Ian Campbell2010-12-034-2/+291
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-035-24/+24
* libxc: allow osdep backends to log via the xc infrastructure.Ian Campbell2010-12-032-0/+11
* libxc: drop fd from xc_interfaceIan Campbell2010-12-036-14/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-037-0/+29
* libxc: osdep: convert xc_gnttab_set_max_grants()Ian Campbell2010-12-034-4/+13
* libxc: osdep: convert xc_gnttab_munmap()Ian Campbell2010-12-034-7/+24
* libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()Ian Campbell2010-12-034-31/+106
* libxc: osdep: convert xc_evtchn_{pending,unmask}()Ian Campbell2010-12-036-23/+54
* libxc: osdep: convert xc_evtchn_unbind()Ian Campbell2010-12-036-11/+26
* libxc: osdep: convert xc_evtchn_bind_virq()Ian Campbell2010-12-036-14/+29
* libxc: osdep: convert xc_evtchn_bind_interdomain()Ian Campbell2010-12-036-15/+32
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-036-14/+30
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-036-8/+32
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-036-8/+32
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-036-15/+36
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-036-15/+44
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-038-31/+96
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-036-66/+73
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-038-87/+390
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-235-58/+65
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-2311-138/+180
* libxc: some xc_gnttab_* functions are not Linux specificIan Campbell2010-12-236-162/+148
* x86 hvm: Move CPUID.0xd (XSAVE) configuration into libxc.Keir Fraser2010-12-171-4/+53
* tools/libxc: fix comment typo in xc_domain_saveOlaf Hering2010-12-161-1/+1
* tools, bsd: complete implementation of discard_file_cacheChristoph Egger2010-12-161-0/+25
* x86 hvm: Expose TSC_DEADLINE CPU feature to guests via CPUID.Keir Fraser2010-12-152-0/+2
* libxc: remove comment obsoleted by addition of hypercall bounce buffer.Ian Campbell2010-12-141-1/+0
* libxc: allow caller to specify no re-entrancy protection when opening the int...Ian Campbell2010-12-023-21/+39
* libxc: rename safe_strerror to xc_strerror and pass in an XC handle for futur...Ian Campbell2010-12-024-4/+8