aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
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-16target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini
2014-06-10target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-06-05target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini
2014-06-05target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini