aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
...
* libxenctrl: Build fix after gnttab_v2 changes.Keir Fraser2009-10-073-15/+15
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-073-12/+69
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-073-7/+7
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+7
* vmx: add the support of XSAVE/XRSTOR to VMX guestKeir Fraser2009-09-291-1/+1
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-282-0/+11
* Fix some issues for HVM log dirty:Keir Fraser2009-09-073-70/+12
* libxenguest: Remove unused static inline function is_loadable_phdr()Keir Fraser2009-09-021-6/+0
* libxc: Avoid a constant-zero-sized memset().Keir Fraser2009-08-311-1/+2
* [HVM] add super page support for HVM migrationKeir Fraser2009-08-271-24/+343
* libxc: More LZMA/BZIP fixes.Keir Fraser2009-08-242-22/+16
* Revert 20105:979fd420311bKeir Fraser2009-08-211-1/+6
* libxc: Remove minios-specific hack for generating .zlib.deps fileKeir Fraser2009-08-211-6/+1
* libxenguest: Fix libbz2/liblzma dependency computation.Keir Fraser2009-08-201-1/+6
* domain builder: Implement bzip2 and LZMA loadersKeir Fraser2009-08-202-58/+350
* x86 hvm: Remove vendor-specific feature masking of 0x1:ECX.Keir Fraser2009-08-191-12/+0
* tmem: save/restore/migrate/livemigrate and shared pool authenticationKeir Fraser2009-08-064-8/+420
* libxenguest: Revert domain builder interface changes for 'superpages'Keir Fraser2009-07-206-46/+39
* libxc: Use a single mmap interface to LinuxKeir Fraser2009-07-201-50/+21
* libxc: Fix bugs in xc_exchange_page: pfn_type indexed by gpfn.Keir Fraser2009-07-021-2/+2
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-1812-63/+127
* tmem: fix 32-on-64 supportKeir Fraser2009-06-171-5/+5
* libxc: fix link error on ia64Keir Fraser2009-06-041-1/+1
* libxc: Implement stub xc_gnttab_map_table() for non-linux.Keir Fraser2009-06-013-0/+15
* libxc: Exchange a page for PV guestKeir Fraser2009-06-013-1/+667
* libxc: Export xc_core_arch_map_p2m_writable()Keir Fraser2009-06-012-5/+28
* libxc: Add a function to map a domain's grant table.Keir Fraser2009-06-012-0/+111
* libxc: export xc_map_m2p() so that it can be called outside.Keir Fraser2009-06-012-4/+19
* Export page offline hypercalls to user space tools.Keir Fraser2009-06-013-0/+110
* [IA64] adjust ia64 xc_domain_restore() signatureKeir Fraser2009-05-271-3/+3
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-263-0/+95
* Add support for superpages (hugepages) in PV domainKeir Fraser2009-05-267-143/+177
* restore: sign extend p2m when restoring on a host with pfn width <Keir Fraser2009-04-081-1/+1
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-062-0/+32
* libxc: Fix xc_translate_foreign_address in non-paged modeKeir Fraser2009-03-311-1/+1
* cpuidle: export max_cstate access via libxcKeir Fraser2009-03-312-0/+36
* libxc: fix link error of xc_save on ia64Keir Fraser2009-03-243-110/+118
* xenpm: Add a small scheduler knob "sched_smt_power_savings"Keir Fraser2009-03-202-0/+19
* Deliver cpufreq actual average freq to libxc interfaceKeir Fraser2009-03-202-0/+19
* x86 dom builder: Allocate domU pages in batches.Keir Fraser2009-03-191-4/+10
* libxc: Use write_exact() in lock_suspend_event().Keir Fraser2009-03-181-3/+3
* Move the suspend event channel function to libxc, it will use theKeir Fraser2009-03-182-0/+113
* xenpm: Add CPU topology info (thread/core/socket)Keir Fraser2009-03-132-0/+38
* Domain core-dumping fixesKeir Fraser2009-03-122-1/+11
* Fix solaris xc_map_foreign_ranges()Keir Fraser2009-03-121-0/+2
* libxc: Replace bzero() usage with memset().Keir Fraser2009-03-122-2/+2
* x86: Mask X86_FEATURE_XSAVE in cpuid leaf 1, ecx, as we don't allowKeir Fraser2009-03-092-0/+2
* hvm: passthrough MSI-X mask bit accelerationKeir Fraser2009-03-022-2/+5
* libxc: xc_ptrace cleanupKeir Fraser2009-02-201-220/+19
* libxenctrl: adds xc_domain_unbind_msi_irq to libxc.Keir Fraser2009-02-052-0/+32