aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_misc.c
Commit message (Expand)AuthorAgeFilesLines
* xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-171-0/+15
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libxl,libxc: introduce libxl_get_numainfo()Dario Faggioli2012-07-061-0/+14
* Rename: inslen -> insn_lenKeir Fraser2012-05-301-2/+2
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-301-2/+5
* Rename inj_msi -> inject_msiKeir Fraser2011-05-261-3/+3
* libxc: add new operation in HVMOP to deliver emulated MSI.Wei Liu2011-05-261-0/+29
* mem_access: added trap injection to libxcJoe Epstein2011-01-071-0/+32
* mem_access: HVMOPs for setting mem accessJoe Epstein2011-01-071-0/+60
* libxc: move foreign memory functions to xc_foreign_memory.cIan Campbell2010-12-031-72/+0
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-031-6/+3
* libxc: correct bounce direction for debug-key handlingJan Beulich2010-12-101-1/+1
* libxc: correct dirty_bitmap bounce size in xc_hvm_track_dirty_vramIan Campbell2010-11-101-1/+1
* tools: change cpumaps to uint8_tJuergen Gross2010-11-031-0/+15
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-13/+13
* libxc: convert mca interface over to hypercall buffersIan Campbell2010-10-221-6/+7
* libxc: convert hvmop interfaces over to hypercall buffersIan Campbell2010-10-221-64/+73
* libxc: convert sysctl interfaces over to hypercall buffersIan Campbell2010-10-221-32/+38
* tools: cpupools: Support arbitrary numbers of physical cpusJuergen Gross2010-10-211-0/+14
* libxc: simplify lock profiling APIIan Campbell2010-10-181-8/+32
* libxc: simplify performance counters APIIan Campbell2010-10-181-9/+32
* libxc: use correct size of struct xen_mcIan Campbell2010-10-181-2/+2
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-181-2/+1
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-20/+20
* # HG changeset patchIan Campbell2010-08-241-0/+14
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-36/+36
* Host Numa information in dom0Keir Fraser2010-04-071-0/+37
* libxc: Reorder functions in xc_misc.c to avoid weak symbol problemKeir Fraser2010-02-041-31/+31
* libxc: Export do_mca hypercall to user space tools.Keir Fraser2010-02-031-0/+21
* libxc: mmapbatch-v2 adjustmentsKeir Fraser2010-01-221-3/+4
* libxc: New hcall_buf_{prep,release} pre-mlock interfaceKeir Fraser2010-01-221-25/+25
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-14/+55
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-141-0/+24
* x86 hvm: New hvm_op "set_mem_type" which allows marking ram pageKeir Fraser2008-07-101-0/+30
* stubdom: add live migration support by having ioemu just notify theKeir Fraser2008-06-301-0/+28
* shadow: track video RAM dirty bitsKeir Fraser2008-05-021-0/+31
* Allow incremental access to hypervisor console log.Keir Fraser2007-10-291-3/+13
* xc_map_foreign_pages(), a convenient alternative to xc_map_foreign_batch()kfraser@localhost.localdomain2007-09-071-0/+33
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-0/+2
* More getcpuinfo sysctl cleanup.Keir Fraser2007-06-271-12/+17
* Add new sysctl to return runtime information about physical CPU utilization.Steven Hand2007-06-271-0/+19
* xm: New command 'debug-keys' to inject debug-key events into Xen.kfraser@localhost.localdomain2007-03-091-0/+19
* Replace mlock() calls with lock_pages().kaf24@localhost.localdomain2007-01-261-9/+9
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-6/+70
* [HVM] Replace shared-memory PIC state with a set-irq-level hypercall.kfraser@localhost.localdomain2006-11-071-0/+28
* [SOLARIS] Don't mlock() hypercall buffers.kfraser@localhost.localdomain2006-10-231-2/+2
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-25/+23
* [TOOLS] Remove the 'cpuperf' misc tool. Xenoprof is thekfraser@localhost.localdomain2006-08-231-34/+0
* Change DOM0_PERFCCONTROL: remove array limit.kaf24@firebug.cl.cam.ac.uk2006-08-071-2/+11