summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost2014-06-251-25/+10
* target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost2014-06-251-55/+56
* target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost2014-06-251-0/+4
* target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost2014-06-251-1/+2
* target-i386: Make TCG feature filtering more readableEduardo Habkost2014-06-251-6/+10
* target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost2014-06-251-9/+13
* target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost2014-06-251-2/+3
* target-i386: Merge feature filtering/checking functionsEduardo Habkost2014-06-251-34/+20
* target-i386: Simplify reporting of unavailable featuresEduardo Habkost2014-06-251-10/+7
* target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost2014-06-251-0/+7
* cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini2014-06-101-10/+7
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-051-5/+2
|\
| * target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini2014-06-051-2/+1
| * target-i386: introduce support for 1 GB pagesPaolo Bonzini2014-06-051-3/+1
* | kvm: Enable -cpu option to hide KVMAlex Williamson2014-06-031-0/+1
|/
* target-i386: preserve FPU and MSR state on INITPaolo Bonzini2014-05-131-2/+1
* target-i386: fix set of registers zeroed on resetPaolo Bonzini2014-05-131-2/+1
* kvm: reset state from the CPU's reset methodPaolo Bonzini2014-05-131-0/+5
* qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster2014-05-051-8/+16
* target-i386: Add missing 'static' and 'const' attributesStefan Weil2014-03-271-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-1/+1
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-1/+1
OpenPOWER on IntegriCloud