summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-031-51/+95
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-03-021-95/+51
|\
| * target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost2015-02-251-34/+0
| * target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost2015-02-251-1/+6
| * target-i386: Set APIC ID using cpu_index on CONFIG_USEREduardo Habkost2015-02-251-0/+6
| * target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost2015-02-251-9/+8
| * target-i386: Simplify error handling on cpu_x86_init_user()Eduardo Habkost2015-02-251-9/+11
| * target-i386: Eliminate cpu_init() functionEduardo Habkost2015-02-251-3/+3
| * target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost2015-02-251-1/+1
| * target-i386: Move topology.h to include/hw/i386Eduardo Habkost2015-02-251-1/+1
| * target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost2015-02-251-14/+6
| * target-i386: Simplify listflags() functionEduardo Habkost2015-02-251-28/+14
* | error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
|/
* target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2015-01-261-5/+4
* target-i386: add Ivy Bridge CPU modelPaolo Bonzini2014-12-151-0/+32
* target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-151-2/+2
* target-i386: add VME to all CPUsPaolo Bonzini2014-12-151-15/+15
* x86: Drop some superfluous casts from void *Markus Armbruster2014-12-151-1/+1
* target-i386: get/set/migrate XSAVES stateWanpeng Li2014-12-151-1/+0
* target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini2014-12-151-1/+28
* apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini2014-11-241-2/+8
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell2014-11-111-3/+3
|\
| * target-i386: cpu: keeping function parameters alignment on new lineChen Fan2014-11-111-3/+3
* | target-i386: Disable SVM by default in KVM modeEduardo Habkost2014-11-041-0/+6
* | target-i386: Don't enable nested VMX by defaultEduardo Habkost2014-11-041-4/+4
* | target-i386: Remove unsupported bits from all CPU modelsEduardo Habkost2014-11-041-13/+20
* | target-i386: Disable CPUID_ACPI by default in KVM modeEduardo Habkost2014-11-041-0/+1
* | target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost2014-11-031-1/+1
|/
* target-i386: Remove unused model_features_t structEduardo Habkost2014-11-021-8/+0
* target-i386: add Intel AVX-512 supportChao Peng2014-10-241-2/+8
* target-i386: warns users when CPU threads>1 for non-Intel CPUsWei Huang2014-10-231-3/+23
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-261-1/+1
|\
| * target-i386: update fp status fixPavel Dovgalyuk2014-09-181-1/+1
* | target-i386: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+1
* | target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson2014-09-251-0/+2
|/
* cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell2014-09-121-3/+3
* target-i386: Reject invalid CPU feature names on the command-lineEduardo Habkost2014-09-051-4/+5
* target-i386: Support migratable=no properlyEduardo Habkost2014-09-051-8/+15
* target-i386: Add "tsc_adjust" CPU feature nameEduardo Habkost2014-08-261-1/+1
* target-i386: Add "mpx" CPU feature nameEduardo Habkost2014-08-261-1/+1
* x86: Clear MTRRs on vCPU resetAlex Williamson2014-08-251-0/+10
* target-i386/cpu.c: Fix two error output indentationchenfan2014-08-091-5/+5
* target-i386: Add "kvmclock-stable-bit" feature bit nameEduardo Habkost2014-07-101-1/+1
* target-i386: Broadwell CPU modelEduardo Habkost2014-06-251-0/+34
* target-i386: Fix indentation of CPU model definitionsEduardo Habkost2014-06-251-102/+102
* target-i386: Support "invariant tsc" flagMarcelo Tosatti2014-06-251-0/+25
* target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost2014-06-251-1/+1
* target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost2014-06-251-9/+51
* target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost2014-06-251-18/+18
* target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost2014-06-251-8/+13
OpenPOWER on IntegriCloud