]> git.proxmox.com Git - qemu.git/history - target-i386/cpuid.c
QemuOpts: make most qemu_*_opts static
[qemu.git] / target-i386 / cpuid.c
2010-08-22 Gerd HoffmannQemuOpts: make most qemu_*_opts static
2010-08-20 Blue SwirlUse ARRAY_SIZE macro
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-01 Andi KleenDon't declare XSAVE as supported
2010-06-28 Sheng YangEnable XSAVE related CPUID
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