aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
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