summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber
2013-06-10target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost
2013-05-06target-i386: n270 can MOVBEBorislav Petkov
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber
2013-05-06target-i386: Emulate X86CPU subclasses for global propertiesAndreas Färber
2013-05-06target-i386: Add "filtered-features" property to X86CPUEduardo Habkost
2013-05-06target-i386: Introduce X86CPU::filtered_features fieldEduardo Habkost
2013-05-06target-i386: Add "feature-words" property to X86CPUEduardo Habkost
2013-05-06target-i386: Use FeatureWord loop on filter_features_for_kvm()Eduardo Habkost
2013-05-06target-i386: Add ECX information to FeatureWordInfoEduardo Habkost
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov
2013-04-16target-i386/cpu.c: Coding style fixesEduardo Habkost
2013-04-16target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Improve -cpu ? features outputJan Kiszka
2013-04-16target-i386: Fix including "host" in -cpu ? outputJan Kiszka
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13target-i386: enable PCLMULQDQ on Westmere CPUAurelien Jarno
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek
2013-04-03target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost
2013-04-01target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-18target-i386: Implement ANDNRichard Henderson
2013-02-18target-i386: Implement MOVBERichard Henderson
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov