aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2014-11-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-11-13target-i386: fix Coverity complaints about overflowsPaolo Bonzini
2014-11-12target-i386: eliminate dead code and hoist common code out of "if"Paolo 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-03Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...Peter Maydell
2014-11-02target-i386: Remove unused model_features_t structEduardo Habkost
2014-10-31i386: fix breakpoints handling in icount modePavel Dovgalyuk
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-28Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into stagingPeter Maydell
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-25x86: kvm: Add MTRR support for kvm_get|put_msrs()Alex Williamson
2014-08-25x86: Use common variable range MTRR countsAlex Williamson
2014-08-25target-i386: Don't forbid NX bit on PAE PDEs and PTEsWilliam Grant
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova
2014-08-09target-i386/cpu.c: Fix two error output indentationchenfan
2014-07-15target-i386: Allow execute from user mode when SMEP is enabled.Ricky Zhou
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: block migration and savevm if invariant tsc is exposedMarcelo 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