summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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-252-0/+29
* target-i386: block migration and savevm if invariant tsc is exposedMarcelo Tosatti2014-06-253-2/+17
* 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-252-9/+55
* 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
* target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta2014-06-161-19/+13
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-38/+19
* cpu/x86: correctly set errors in x86_cpu_parse_featurestrPaolo Bonzini2014-06-101-10/+7
* target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell2014-06-101-8/+0
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-059-340/+242
|\
| * target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini2014-06-051-18/+17
| * target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini2014-06-051-1/+3
| * target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini2014-06-052-5/+10
| * target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini2014-06-052-0/+3
| * target-i386: unify reserved bits and NX bit checkPaolo Bonzini2014-06-051-12/+4
| * target-i386: simplify pte/vaddr calculationPaolo Bonzini2014-06-051-8/+7
| * target-i386: raise page fault for reserved physical address bitsPaolo Bonzini2014-06-052-12/+32
| * target-i386: test reserved PS bit on PML4EsPaolo Bonzini2014-06-051-0/+3
| * target-i386: set correct error code for reserved bit accessPaolo Bonzini2014-06-051-17/+9
| * target-i386: introduce support for 1 GB pagesPaolo Bonzini2014-06-052-3/+8
| * target-i386: introduce do_check_protect labelPaolo Bonzini2014-06-051-36/+38
| * target-i386: tweak handling of PG_NX_MASKPaolo Bonzini2014-06-051-4/+4
| * target-i386: commonize checks for PAE and non-PAEPaolo Bonzini2014-06-051-79/+41
| * target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini2014-06-051-77/+41
| * target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini2014-06-051-83/+44
| * target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini2014-06-051-5/+9
| * target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2014-06-052-9/+5
| * target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini2014-06-053-8/+33
| * target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2014-06-052-42/+42
| * target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2014-06-052-7/+7
| * softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-056-20/+6
| * softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-18/+0
* | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-059-55/+77
|\ \ | |/ |/|
| * kvm: Fix eax for cpuid leaf 0x40000000Jidong Xiao2014-06-041-1/+1
| * kvm: Enable -cpu option to hide KVMAlex Williamson2014-06-033-13/+17
| * target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflagsPaolo Bonzini2014-05-214-7/+4
| * target-i386: get CPL from SS.DPLPaolo Bonzini2014-05-213-6/+12
OpenPOWER on IntegriCloud