aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2015-06-04Fix crash with '-qemu -cpu foo' is used.David 'Digit' Turner
2015-04-10Strings added to address Issue 82305Konstantinos Menychtas
2014-11-07enable SSE4.1, 4.2 and POPCNT for x86-64Jason Hu
2014-09-19target-i384/translate.c: Remove compiler warning.David 'Digit' Turner
2014-07-25enabled -Werror=implicit-function-declaration, fixed errorsVince Harron
2014-07-07enable ssse3 for 64-bit emulatorJason Hu
2014-05-08Add x86_64 GPs and MSRs for cpu sync up.baohong
2014-04-28Support building with newest Mingw64 cross-toolchain.David 'Digit' Turner
2014-04-17tcg: Upgrade to upstream version.David 'Digit' Turner
2014-04-14Remove misc obsolete sources.David 'Digit' Turner
2014-04-09target-i386: misc upstream integration.David 'Digit' Turner
2014-04-09target-i386: misc upstream integration.David 'Digit' Turner
2014-04-09target-i386: Move misc helpers to op_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move SVM helpers to svm_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move SMM helpers to smm_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move segmentation helpers to seg_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move memory access helpers to mem_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move integer helpers to int_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move FPU helpers to fpu_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move exception helpers to excp_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Move condition code helpers to cc_helper.cDavid 'Digit' Turner
2014-04-09target-i386: Use upstream ops_sse.hDavid 'Digit' Turner
2014-04-09hax: CPUOldState -> CPUStateDavid 'Digit' Turner
2014-04-09kvm: CPUOldState -> CPUState migration.David 'Digit' Turner
2014-04-09cpu_memory_rw_debug: Use CPUState instead of CPUOldStateDavid 'Digit' Turner
2014-04-09Move cpu_xxx functions to qom/cpu.hDavid 'Digit' Turner
2014-04-09Move singlestep_enabled to CPUState.David 'Digit' Turner
2014-04-09Introduce CPUState.David 'Digit' Turner
2014-04-09exec.c: Use a QTAILQ to list CPUs.David 'Digit' Turner
2014-04-09softmmu: Pass env to load/store routines.David 'Digit' Turner
2014-04-09target-i386: Minor upstream integration.David 'Digit' Turner
2014-04-09dyngen-exec.h: Remove obsolete file!David 'Digit' Turner
2014-04-09target-i386: Pass env to MMX/SSE helpers.David 'Digit' Turner
2014-04-09target-i386: Pass env to segment helpers.David 'Digit' Turner
2014-04-09target-i386: Pass env to misc. helpers.David 'Digit' Turner
2014-04-09target-i386: Pass env to BCD and shift helpers.David 'Digit' Turner
2014-04-09target-i386: Pass env to FPU helpers.David 'Digit' Turner
2014-04-09target-i386: Pass env to mul/div helpers.David 'Digit' Turner
2014-04-09exec/softmmu*: Misc fixes.David 'Digit' Turner
2014-04-09Large page TLB flushDavid 'Digit' Turner
2014-04-09target-*/exec.h cleanupDavid 'Digit' Turner
2014-04-09target-i386: Move cpu_has_work to cpu.hDavid 'Digit' Turner
2014-04-09Move cpu_has_work and cpu_pc_from_tb to cpu.hDavid 'Digit' Turner
2014-04-09exec.h: fix coding style and change cpu_has_work to return boolDavid 'Digit' Turner
2014-04-09cpu-exec: unify do_interrupt callDavid 'Digit' Turner
2014-04-09tcg: Use hash table + static table for helpers.David 'Digit' Turner
2014-04-09softmmu_header.h: Pass CPUArchState to helper routines.David 'Digit' Turner
2014-04-09softmmu_template: Pass CPUArchState to tlb_fill.David 'Digit' Turner
2014-03-31Merge "target-i386: Fix FPU helpers." into idea133David 'Digit' Turner
2014-03-28target-i386: Fix FPU helpers.David 'Digit' Turner