summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+3
* cpu: Introduce CPUClass::parse_features() hookAndreas Färber2014-03-131-15/+21
* target-i386: X86CPU model subclassesEduardo Habkost2014-03-131-73/+110
* target-i386: Prepare CPUClass::class_by_name for X86CPUAndreas Färber2014-03-131-3/+21
* target-i386: Enable x2apic by default on KVMEduardo Habkost2014-03-131-0/+1
* target-i386: Introduce x86_cpu_compat_disable_kvm_features()Eduardo Habkost2014-03-131-2/+2
* target-i386: Make kvm_default_features an arrayEduardo Habkost2014-03-131-4/+13
* target-i386: Don't declare variables in the middle of blocksEduardo Habkost2014-03-131-3/+4
* target-i386: Rename x86_def_t to X86CPUDefinitionEduardo Habkost2014-03-131-13/+13
* target-i386: Call x86_cpu_load_def() earlierEduardo Habkost2014-03-131-5/+5
* target-i386: Rename cpu_x86_register() to x86_cpu_load_def()Eduardo Habkost2014-03-131-2/+4
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-0/+15
OpenPOWER on IntegriCloud