summaryrefslogtreecommitdiffstats
path: root/target-i386/mem_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: exception handling for memory helpersPavel Dovgalyuk2015-09-151-21/+18
* replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-3/+22
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-4/+1
* softmmu: commonize helper definitionsPaolo Bonzini2014-06-051-18/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-5/+7
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-1/+2
* target-i386/helper: remove EDX macroliguang2013-06-151-4/+4
* target-i386/helper: remove ECX macroliguang2013-06-151-2/+2
* target-i386/helper: remove EBX macroliguang2013-06-151-2/+2
* target-i386/helper: remove EAX macroliguang2013-06-151-4/+4
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-5/+5
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+1
* x86: switch to AREG0 free modeBlue Swirl2012-08-141-83/+18
* x86: use wrappers for memory access helpersBlue Swirl2012-08-141-0/+10
* x86: avoid AREG0 for condition code helpersBlue Swirl2012-08-141-2/+2
* x86: avoid AREG0 for FPU helpersBlue Swirl2012-08-141-0/+49
* x86: split off memory access helpersBlue Swirl2012-06-281-0/+161
OpenPOWER on IntegriCloud