summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2016-02-15target-i386: Implement FSGSBASERichard Henderson4-2/+50
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson1-2/+22
2016-02-15target-i386: Clear bndregs during legacy near jumpsRichard Henderson3-0/+29
2016-02-15target-i386: Implement BNDLDX, BNDSTXRichard Henderson3-0/+158
2016-02-15target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson1-0/+6
2016-02-15target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson3-1/+53
2016-02-15target-i386: Implement BNDMOVRichard Henderson1-1/+72
2016-02-15target-i386: Implement BNDMKRichard Henderson1-1/+57
2016-02-13target-i386: Split up gen_lea_modrmRichard Henderson1-114/+85
2016-02-13target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson3-21/+28
2016-02-13target-i386: Enable control registers for MPXRichard Henderson10-26/+189
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson4-11/+43
2016-02-13target-i386: Add XSAVE extensionRichard Henderson6-24/+241
2016-02-13target-i386: Rearrange processing of 0F AERichard Henderson1-52/+72
2016-02-13target-i386: Rearrange processing of 0F 01Richard Henderson1-223/+247
2016-02-13target-i386: Split fxsave/fxrstor implementationRichard Henderson3-82/+101
2016-02-09target-i386: fix PSE36 modePaolo Bonzini1-2/+2
2016-02-09target-i386: Deconstruct the cpu_T arrayRichard Henderson1-607/+617
2016-02-09target-i386: Tidy gen_add_A0_imRichard Henderson1-22/+5
2016-02-09target-i386: Rewrite leaveRichard Henderson1-14/+15
2016-02-09target-i386: Rewrite gen_enter inlineRichard Henderson3-137/+34
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson1-27/+23
2016-02-09target-i386: Access segs via TCG registersRichard Henderson1-24/+28
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson1-39/+13
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson1-59/+23
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson1-14/+10
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson1-107/+53
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...Peter Maydell1-49/+48
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson1-5/+5
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson1-2/+1
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-34/+33
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-15/+15
2016-02-08qom: Use typedef for VisitorEric Blake1-2/+2
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini3-0/+3
2016-01-29x86: Clean up includesPeter Maydell20-7/+20
2016-01-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell10-425/+556
2016-01-21target-i386: Add PKU and and OSPKE supportHuaitong Han4-1/+56
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang4-1/+41
2016-01-21target-i386: Reorganize TSC rate setting codeHaozhong Zhang1-7/+33
2016-01-21target-i386: Fallback vcpu's TSC rate to value returned by KVMHaozhong Zhang1-0/+14
2016-01-21target-i386: Add suffixes to MMReg struct fieldsEduardo Habkost1-33/+33
2016-01-21target-i386: Define MMREG_UNION macroEduardo Habkost1-16/+11
2016-01-21target-i386: Define MMXReg._d fieldEduardo Habkost1-1/+2
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost8-300/+300
2016-01-21target-i386: Rename struct XMMReg to ZMMRegEduardo Habkost5-115/+115
2016-01-21target-i386: Use a _q array on MMXReg tooEduardo Habkost1-2/+2
2016-01-21target-i386/ops_sse.h: Use MMX_Q macroEduardo Habkost1-1/+1
2016-01-21target-i386: Rename optimize_flags_init()Eduardo Habkost3-3/+3
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell1-0/+1
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell1-2/+4