summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-06target-i386: n270 can MOVBEBorislav Petkov1-1/+2
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost1-0/+26
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber1-1/+1
2013-05-06target-i386: Emulate X86CPU subclasses for global propertiesAndreas Färber1-0/+9
2013-05-06target-i386: Add "filtered-features" property to X86CPUEduardo Habkost1-4/+7
2013-05-06target-i386: Introduce X86CPU::filtered_features fieldEduardo Habkost1-3/+6
2013-05-06target-i386: Add "feature-words" property to X86CPUEduardo Habkost1-12/+58
2013-05-06target-i386: Use FeatureWord loop on filter_features_for_kvm()Eduardo Habkost1-17/+7
2013-05-06target-i386: Add ECX information to FeatureWordInfoEduardo Habkost1-3/+7
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-167/+162
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost1-90/+180
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost1-2/+2
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov1-13/+3
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov1-2/+13
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann1-0/+6
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov1-0/+7
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov1-0/+40
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov1-4/+15
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov1-0/+10
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov1-3/+15
2013-04-16target-i386/cpu.c: Coding style fixesEduardo Habkost1-3/+4
2013-04-16target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov1-3/+21
2013-04-16target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov1-7/+10
2013-04-16target-i386: Improve -cpu ? features outputJan Kiszka1-8/+6
2013-04-16target-i386: Fix including "host" in -cpu ? outputJan Kiszka1-3/+6
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno1-3/+3
2013-04-13target-i386: enable PCLMULQDQ on Westmere CPUAurelien Jarno1-1/+1
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno1-10/+9
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek1-3/+1
2013-04-03target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost1-3/+3
2013-04-01target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno1-6/+7
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-0/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+1
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber1-0/+2
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev1-1/+2
2013-02-19target-i386: Implement ADX extensionRichard Henderson1-2/+2
2013-02-18target-i386: Implement ANDNRichard Henderson1-5/+5
2013-02-18target-i386: Implement MOVBERichard Henderson1-3/+13
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber1-40/+40
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber1-1/+25
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+1
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber1-4/+15
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-5/+5
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov1-3/+0
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov1-67/+51
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov1-15/+12
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov1-103/+44
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov1-0/+2
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber1-12/+10