summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-8502/+0Star
* log: Add locking to large logging blocksRichard Henderson2016-11-011-0/+4
* target-i386: remove helper_lock()Emilio G. Cota2016-10-261-15/+0Star
* target-i386: emulate XCHG using atomic helperEmilio G. Cota2016-10-261-6/+2Star
* target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota2016-10-261-30/+57
* target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota2016-10-261-5/+10
* target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota2016-10-261-4/+34
* target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota2016-10-261-6/+20
* target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota2016-10-261-11/+13
* target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota2016-10-261-18/+58
* target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota2016-10-261-45/+54
* target-i386: fix 32-bit addresses in LEAPaolo Bonzini2016-10-241-7/+7
* target-i386: Generate fences for x86Pranith Kumar2016-09-161-0/+8
* target-i386: fix typo in xsetbv implementationDave Hansen2016-08-021-1/+1
* target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov2016-07-191-8/+4Star
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost2016-05-241-0/+6
* target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2Paolo Bonzini2016-05-231-0/+5
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-9/+14
* tcg: Clean up direct block chaining safety checksSergey Fedorov2016-05-131-1/+1
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* target-i386: implement PKE for TCGPaolo Bonzini2016-03-241-1/+17
* target-i386: Dump unknown opcodes with -d unimpRichard Henderson2016-03-141-44/+83
* target-i386: Fix inhibit irq mask handlingRichard Henderson2016-03-141-39/+37Star
* target-i386: Use gen_nop_modrm for prefetch instructionsRichard Henderson2016-03-141-3/+2Star
* target-i386: Fix addr16 prefixPaolo Bonzini2016-03-141-7/+7
* target-i386: Fix SMSW for 64-bit modeRichard Henderson2016-03-141-6/+8
* target-i386: Fix SMSW and LMSW from/to registerPaolo Bonzini2016-03-141-16/+22
* target-i386: Avoid repeated calls to the bnd_jmp helperPaolo Bonzini2016-03-141-5/+5
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-1/+1
* target-i386: Implement FSGSBASERichard Henderson2016-02-151-0/+34
* target-i386: Clear bndregs during legacy near jumpsRichard Henderson2016-02-151-0/+20
* target-i386: Implement BNDLDX, BNDSTXRichard Henderson2016-02-151-0/+57
* target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson2016-02-151-1/+43
* target-i386: Implement BNDMOVRichard Henderson2016-02-151-1/+72
* target-i386: Implement BNDMKRichard Henderson2016-02-151-1/+57
* target-i386: Split up gen_lea_modrmRichard Henderson2016-02-121-114/+85Star
* target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson2016-02-121-9/+28
* target-i386: Enable control registers for MPXRichard Henderson2016-02-121-0/+5
* target-i386: Implement XSAVEOPTRichard Henderson2016-02-121-3/+15
* target-i386: Add XSAVE extensionRichard Henderson2016-02-121-0/+54
* target-i386: Rearrange processing of 0F AERichard Henderson2016-02-121-52/+72
* target-i386: Rearrange processing of 0F 01Richard Henderson2016-02-121-223/+247
* target-i386: Split fxsave/fxrstor implementationRichard Henderson2016-02-121-2/+2
* target-i386: Deconstruct the cpu_T arrayRichard Henderson2016-02-091-607/+617
* target-i386: Tidy gen_add_A0_imRichard Henderson2016-02-091-22/+5Star
* target-i386: Rewrite leaveRichard Henderson2016-02-091-14/+15
* target-i386: Rewrite gen_enter inlineRichard Henderson2016-02-091-59/+34Star