aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
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
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-15target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov
2013-01-15target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov
2013-01-15target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov
2013-01-15target-i386: check/enforce: Check all feature wordsEduardo Habkost
2013-01-15target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost
2013-01-15target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost
2013-01-15target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost
2013-01-15target-i386: Disable kvm_mmu by defaultEduardo Habkost
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber
2013-01-08target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov
2013-01-08target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov
2013-01-08target-i386: Filter out unsupported features at realize timeIgor Mammedov