summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-02-25target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost
2015-02-25target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost
2015-02-25target-i386: Set APIC ID using cpu_index on CONFIG_USEREduardo Habkost
2015-02-25target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost
2015-02-25target-i386: Simplify error handling on cpu_x86_init_user()Eduardo Habkost
2015-02-25target-i386: Eliminate cpu_init() functionEduardo Habkost
2015-02-25target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost
2015-02-25target-i386: Move topology.h to include/hw/i386Eduardo Habkost
2015-02-25target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost
2015-02-25target-i386: Simplify listflags() functionEduardo Habkost
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini
2014-12-15x86: Drop some superfluous casts from void *Markus Armbruster
2014-12-15target-i386: get/set/migrate XSAVES stateWanpeng Li
2014-12-15target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini
2014-11-24apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11target-i386: cpu: keeping function parameters alignment on new lineChen Fan
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost
2014-11-04target-i386: Don't enable nested VMX by defaultEduardo Habkost
2014-11-04target-i386: Remove unsupported bits from all CPU modelsEduardo Habkost
2014-11-04target-i386: Disable CPUID_ACPI by default in KVM modeEduardo Habkost
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost
2014-11-02target-i386: Remove unused model_features_t structEduardo Habkost
2014-10-24target-i386: add Intel AVX-512 supportChao Peng
2014-10-23target-i386: warns users when CPU threads>1 for non-Intel CPUsWei Huang
2014-09-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-25target-i386: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-25target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson
2014-09-18target-i386: update fp status fixPavel Dovgalyuk
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-09-05target-i386: Reject invalid CPU feature names on the command-lineEduardo Habkost
2014-09-05target-i386: Support migratable=no properlyEduardo Habkost
2014-08-26target-i386: Add "tsc_adjust" CPU feature nameEduardo Habkost
2014-08-26target-i386: Add "mpx" CPU feature nameEduardo Habkost
2014-08-25x86: Clear MTRRs on vCPU resetAlex Williamson
2014-08-09target-i386/cpu.c: Fix two error output indentationchenfan
2014-07-10target-i386: Add "kvmclock-stable-bit" feature bit nameEduardo Habkost
2014-06-25target-i386: Broadwell CPU modelEduardo Habkost
2014-06-25target-i386: Fix indentation of CPU model definitionsEduardo Habkost
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti
2014-06-25target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost
2014-06-25target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost
2014-06-25target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost
2014-06-25target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost