aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
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
2014-06-25target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost
2014-06-25target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost
2014-06-25target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost
2014-06-25target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost
2014-06-25target-i386: Make TCG feature filtering more readableEduardo Habkost
2014-06-25target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost
2014-06-25target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost
2014-06-25target-i386: Merge feature filtering/checking functionsEduardo Habkost
2014-06-25target-i386: Simplify reporting of unavailable featuresEduardo Habkost
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini
2014-06-03kvm: Enable -cpu option to hide KVMAlex Williamson
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini
2014-05-13target-i386: fix set of registers zeroed on resetPaolo Bonzini
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster
2014-03-27target-i386: Add missing 'static' and 'const' attributesStefan Weil