aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libxc: NetBSD: implement xc_evtchn_bind_unbound_port.Ian Campbell2010-12-021-0/+15
* libxc: correct bounce direction for debug-key handlingJan Beulich2010-12-101-1/+1
* tmem: Use of 'new' clashes with C++ reserved namespace.Keir Fraser2010-12-101-8/+8
* Fix xc_cpuid_hvm_policy to avoid guest CPUID feature missing.Keir Fraser2010-12-091-2/+2
* x86 hvm: x2APIC emulationKeir Fraser2010-12-072-1/+3
* minios: reverse layering of xc vs minios fd closeKeir Fraser2010-12-031-8/+24
* ARINC 653 schedulerKeir Fraser2010-12-013-0/+96
* libxc: fix tracing (broken with hypercall buffers)Andre Przywara2010-11-191-0/+1
* x86 xsave: Adding back CPUID support for Xsave (version 2)Keir Fraser2010-11-151-4/+26
* libxc: correct dirty_bitmap bounce size in xc_hvm_track_dirty_vramIan Campbell2010-11-101-1/+1
* libxc: Save the HVM_PARAM_ACPI_IOPORTS_LOCATIONAnthony Perard2010-11-083-0/+31
* x86: xsave save/restore support for both PV and HVM guests (version 2)Keir Fraser2010-11-082-12/+142
* x86: Do not expose XSAVE/AVX to guests.Keir Fraser2010-11-041-2/+2
* Revert 22347:16093532f384 "x86: xsave save/restore support"Keir Fraser2010-11-042-141/+12
* libxc: fix bounce buffers in xc_pm_get_cx_stat and xc_pm_get_pxstatIan Campbell2010-11-031-4/+4
* libxc, ia64: ia64 counterpart of 22275:e95dc0eb152d and 22285:36a317494429KUWAMURA Shin'ya2010-11-031-2/+3
* tools: change cpumaps to uint8_tJuergen Gross2010-11-034-44/+87
* x86: xsave save/restore support for both PV and HVM guests.Keir Fraser2010-11-032-12/+141
* x86 hvm: exposes AVX to guest.Keir Fraser2010-11-032-1/+3
* x86: Xsave support for PV guests.Keir Fraser2010-11-031-1/+0
* Fix ia64 tools buildKeir Fraser2010-11-021-0/+46
* libxl: Fix migration of HVM guestsIan Campbell2010-10-282-5/+11
* libxc: fix xc_version by handling all known command types.Ian Campbell2010-10-271-1/+19
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-2213-208/+54
* libxc: do not align/lock buffers which do not need itIan Campbell2010-10-222-24/+3
* libxc: convert ia64 dom0vp interface to hypercall buffersIan Campbell2010-10-222-21/+27
* libxc: switch page offlining interfaces to hypercall buffersIan Campbell2010-10-221-9/+1
* libxc: convert mmuext op interface over to hypercall buffersIan Campbell2010-10-221-13/+15