summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
* target-i386: Postpone cpuid_level update to realize timeIgor Mammedov2012-12-071-3/+5
* target-i386: Use define for cpuid vendor string sizeIgor Mammedov2012-12-061-3/+3
* target-i386: Separate feature string parsing from CPU model lookupEduardo Habkost2012-12-061-23/+46
* target-i386/cpu.c: Coding style fixesEduardo Habkost2012-12-061-14/+16
* target-i386: Enable SSSE3 TCG supportAurelien Jarno2012-11-261-1/+1
* target-i386/cpu: Add missing flags to Haswell CPU modelEduardo Habkost2012-11-261-2/+3
* target-i386: Add Haswell CPU modelEduardo Habkost2012-11-151-0/+29
* target-i386/cpu: Add new Opteron CPU modelAndre Przywara2012-11-151-0/+32
* target-i386/cpu: Name new CPUID bitsAndre Przywara2012-11-151-6/+6
* target-i386: cpu: fix --disable-kvm compilationEduardo Habkost2012-11-021-0/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-011-25/+73
|\
| * target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost2012-10-301-10/+15
| * target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost2012-10-301-7/+18
| * target-i386: make cpu_x86_fill_host() voidEduardo Habkost2012-10-301-3/+1
| * target-i386: Add missing kvm cpuid feature nameDon Slutz2012-10-301-4/+8
| * i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost2012-10-301-2/+2
| * i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost2012-10-301-0/+2
| * i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost2012-10-301-15/+13
| * i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost2012-10-301-0/+30
* | apic: Store X86CPU in APICCommonStateAndreas Färber2012-10-301-1/+1
* | target-i386: Inline APIC cpu_env property settingAndreas Färber2012-10-301-1/+4
* | target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-0/+57
* | target-i386: cpu_x86_register(): report error from property setterIgor Mammedov2012-10-301-1/+2
|/
* qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-291-13/+20
* target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost2012-10-281-0/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-1/+1
* x86: Implement SMEP and SMAPH. Peter Anvin2012-10-011-8/+26
* i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost2012-09-301-4/+4
* i386: cpu: eliminate duplicate feature namesEduardo Habkost2012-09-301-8/+23
* i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost2012-09-301-9/+11
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-1/+1
|\
| * target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-09-231-1/+1
* | target-i386: Drop unused setscalar() macroAndreas Färber2012-09-211-12/+0
* | target-i386: Kill cpudef config section supportEduardo Habkost2012-09-211-99/+2
* | target-i386: x86_cpudef_setup() coding style changeEduardo Habkost2012-09-211-6/+9
* | target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost2012-09-211-0/+219
* | Drop cpu_list_id macroPeter Maydell2012-09-211-2/+2
* | target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell2012-09-211-53/+11
|/
* w32: Fix broken buildStefan Weil2012-08-301-0/+2
* target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori2012-08-291-1/+12
* win32: provide separate macros for weak decls and definitionsAnthony Liguori2012-08-151-2/+2
* target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori2012-08-131-0/+22
* Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl2012-08-091-0/+10
|\
| * target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov2012-06-251-0/+10
* | target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov2012-08-011-0/+14
* | target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov2012-08-011-0/+16
OpenPOWER on IntegriCloud