aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_cpuid_x86.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-5/+3
* libxc: check return values from mallocIan Jackson2013-06-141-2/+18
* x86: Expose TSC adjust to HVM guestLiu, Jinsong2012-09-261-1/+2
* x86,tools/libxc: expose HLE/RTM features to pv and hvmLiu, Jinsong2012-03-011-0/+4
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+1
* X86: Prepare PCID/INVPCID for hvmLiu, Jinsong2011-12-061-0/+2
* X86: Disable PCID/INVPCID for pvLiu, Jinsong2011-12-061-0/+1
* X86: expose Intel new features to pv/hvmLiu, Jinsong2011-12-061-4/+13
* tools/libxc: Fix x86_32 build breakage in previous changeset.Keir Fraser2011-12-021-1/+1
* tools/x86_64: Fix cpuid() inline asm to not clobber stack's red zoneKeir Fraser2011-12-021-9/+9
* xen: provide pse36 cpuid bitTim Deegan2011-11-031-3/+7
* libxc: Enable cpuid performance counter leaf for HVMJuergen Gross2011-09-151-0/+1
* nestedsvm: Support TSC Rate MSRChristoph Egger2011-07-161-1/+1
* xen/libxc: Clean up pv_cpuid switch statements.Keir Fraser2011-07-161-5/+5
* xen/libxc: set CPUID topology leaf as unsupported for PV guestsDavid Vrabel2011-07-161-0/+1
* Enable RDWRGSFS feature support for HVM guestsYang, Wei2011-06-151-1/+2
* x86: Pass through ERMS CPUID feature for HVM and PV guestsYang, Wei2011-06-141-2/+4
* x86/hvm: Make DRNG feature visible in CPUIDYang, Wei2011-06-141-0/+1
* x86/hvm: add SMEP support to HVM guestTim Deegan2011-06-061-0/+8
* nestedsvm: Support DecodeassistChristoph Egger2011-06-081-1/+2
* libxc: Simplify and clean up xc_cpufeature.hKeir Fraser2011-06-021-3/+3
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-021-1/+9
* x86/LWP: export LWP related CPUID to AMD SVM guestWei Huang2011-05-091-2/+4
* libxc: Fill in XSAVE-related CPUID leaves for PV guests.Keir Fraser2011-04-251-4/+10
* tools: Add nestedhvm guest config optioncegger2011-02-281-9/+66
* hvm: allow pass-through of new FPU/ALU CPUID featuresKeir Fraser2011-01-271-1/+6
* x86: blacklist new AMD CPUID bits for PV domainsKeir Fraser2011-01-261-0/+5
* libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen toolsKeir Fraser2011-01-081-3/+3
* x86 xsave: supports xsave (CPUID:0xD) enumeration for all sub-leaves.Keir Fraser2010-12-241-48/+64
* x86 hvm: Move CPUID.0xd (XSAVE) configuration into libxc.Keir Fraser2010-12-171-4/+53
* x86 hvm: Expose TSC_DEADLINE CPU feature to guests via CPUID.Keir Fraser2010-12-151-0/+1
* Fix xc_cpuid_hvm_policy to avoid guest CPUID feature missing.Keir Fraser2010-12-091-2/+2
* x86 hvm: x2APIC emulationKeir Fraser2010-12-071-1/+2
* x86 xsave: Adding back CPUID support for Xsave (version 2)Keir Fraser2010-11-151-4/+26
* x86: Do not expose XSAVE/AVX to guests.Keir Fraser2010-11-041-2/+2
* x86 hvm: exposes AVX to guest.Keir Fraser2010-11-031-1/+2
* x86: Xsave support for PV guests.Keir Fraser2010-11-031-1/+0
* # HG changeset patchIan Campbell2010-08-241-10/+11
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-26/+31
* hvm: Extend the CPUID whitelist to include Intel's AES-NI intructionsKeir Fraser2010-05-261-1/+2
* libxc: Fix cpuid() inline asm.Keir Fraser2010-02-241-4/+13
* HVM RDTSCP fixesKeir Fraser2009-12-161-1/+2
* x86, hvm: Make host TscInvariant CPUID flag visible to guest by default.Keir Fraser2009-11-091-0/+8
* vmx: add the support of XSAVE/XRSTOR to VMX guestKeir Fraser2009-09-291-1/+1
* x86 hvm: Remove vendor-specific feature masking of 0x1:ECX.Keir Fraser2009-08-191-12/+0
* x86: Mask X86_FEATURE_XSAVE in cpuid leaf 1, ecx, as we don't allowKeir Fraser2009-03-091-0/+1
* x86: support CPUID hypervisor feature bitKeir Fraser2008-11-191-0/+3
* x86, hvm: Expose host core/HT topology to HVM guests.Keir Fraser2008-09-301-4/+30
* x86, amd, hvm: pass through one more cpuid cache description leafKeir Fraser2008-09-181-6/+11
* x86: cpuid configuration for PV guestKeir Fraser2008-06-111-39/+136