]> git.proxmox.com Git - mirror_qemu.git/history - target-i386/cpuid.c
kvm: Extend kvm_arch_get_supported_cpuid() to support index
[mirror_qemu.git] / target-i386 / cpuid.c
2010-06-28 Andre Przywarafix CPUID vendor override
2010-06-19 Blue Swirlapic: avoid using CPUState internals
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-06-01 Andre Przywararesent: x86/cpuid: Add kvm32 CPU model
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Aurelien Jarnox86/cpuid: fix indentation
2010-03-13 Aurelien Jarnox86/cpuid: Enable all features of real CPU
2010-03-13 Andre Przywarax86/cpuid: fix CPUID levels
2010-03-13 Andre Przywarax86/cpuid: Always expose 32 and 64-bit CPUs
2010-03-13 Andre Przywarax86/cpuid: add TCG feature bit trimming
2010-03-13 Andre Przywarax86/cpuid: add "host" to the list of supported CPU...
2010-03-13 Andre Przywarax86/cpuid: add missing CPUID feature flag names
2010-03-13 Andre Przywarax86/cpuid: moved host_cpuid function and remove prototype
2010-03-13 Andre Przywarax86/cpuid: fix missing feature set bits
2010-03-13 Andre Przywarax86/cpuid: replace magic number with named constant
2010-03-13 Andre Przywarax86/cpuid: move CPUID functions into separate file