summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini1-0/+32
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini1-2/+2
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini1-15/+15
2014-12-15x86: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-12-15target-i386: get/set/migrate XSAVES stateWanpeng Li1-1/+0
2014-12-15target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini1-1/+28
2014-11-24apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini1-2/+8
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell1-3/+3
2014-11-11target-i386: cpu: keeping function parameters alignment on new lineChen Fan1-3/+3
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost1-0/+6
2014-11-04target-i386: Don't enable nested VMX by defaultEduardo Habkost1-4/+4
2014-11-04target-i386: Remove unsupported bits from all CPU modelsEduardo Habkost1-13/+20
2014-11-04target-i386: Disable CPUID_ACPI by default in KVM modeEduardo Habkost1-0/+1
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost1-1/+1
2014-11-02target-i386: Remove unused model_features_t structEduardo Habkost1-8/+0
2014-10-24target-i386: add Intel AVX-512 supportChao Peng1-2/+8
2014-10-23target-i386: warns users when CPU threads>1 for non-Intel CPUsWei Huang1-3/+23
2014-09-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2014-09-25target-i386: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+1
2014-09-25target-i386: Use cpu_exec_enter/exit qom hooksRichard Henderson1-0/+2
2014-09-18target-i386: update fp status fixPavel Dovgalyuk1-1/+1
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-3/+3
2014-09-05target-i386: Reject invalid CPU feature names on the command-lineEduardo Habkost1-4/+5
2014-09-05target-i386: Support migratable=no properlyEduardo Habkost1-8/+15
2014-08-26target-i386: Add "tsc_adjust" CPU feature nameEduardo Habkost1-1/+1
2014-08-26target-i386: Add "mpx" CPU feature nameEduardo Habkost1-1/+1
2014-08-25x86: Clear MTRRs on vCPU resetAlex Williamson1-0/+10
2014-08-09target-i386/cpu.c: Fix two error output indentationchenfan1-5/+5
2014-07-10target-i386: Add "kvmclock-stable-bit" feature bit nameEduardo Habkost1-1/+1
2014-06-25target-i386: Broadwell CPU modelEduardo Habkost1-0/+34
2014-06-25target-i386: Fix indentation of CPU model definitionsEduardo Habkost1-102/+102
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti1-0/+25
2014-06-25target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost1-1/+1
2014-06-25target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost1-9/+51
2014-06-25target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost1-18/+18
2014-06-25target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost1-8/+13
2014-06-25target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost1-25/+10
2014-06-25target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost1-55/+56
2014-06-25target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost1-0/+4
2014-06-25target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost1-1/+2
2014-06-25target-i386: Make TCG feature filtering more readableEduardo Habkost1-6/+10
2014-06-25target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost1-9/+13
2014-06-25target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost1-2/+3
2014-06-25target-i386: Merge feature filtering/checking functionsEduardo Habkost1-34/+20
2014-06-25target-i386: Simplify reporting of unavailable featuresEduardo Habkost1-10/+7
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost1-0/+7
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini1-10/+7
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-5/+2
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini1-2/+1
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini1-3/+1