aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg
AgeCommit message (Expand)Author
2021-05-19target/i386: Reorder DisasContext membersRichard Henderson
2021-05-19target/i386: Fix the comment for repz_optRichard Henderson
2021-05-19target/i386: Reduce DisasContext jmp_opt, repz_opt to boolRichard Henderson
2021-05-19target/i386: Leave TF in DisasContext.flagsRichard Henderson
2021-05-19target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.vex_[lv] to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.prefix to uint8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.override to int8_tRichard Henderson
2021-05-19target/i386: Reduce DisasContext.flags to uint32_tRichard Henderson
2021-05-19target/i386: Remove DisasContext.f_st as unusedRichard Henderson
2021-05-19target/i386: Move rex_w into DisasContextRichard Henderson
2021-05-19target/i386: Move rex_r into DisasContextRichard Henderson
2021-05-19target/i386: Tidy REX_B, REX_X definitionRichard Henderson
2021-05-19target/i386: Introduce REX_PREFIXRichard Henderson
2021-05-19target/i386: Assert !ADDSEG for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert LMA for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE64 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert SS32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert CODE32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert !VM86 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert IOPL is 0 for user-onlyRichard Henderson
2021-05-19target/i386: Assert CPL is 3 for user-onlyRichard Henderson
2021-05-19target/i386: Assert PE is set for user-onlyRichard Henderson
2021-05-19target/i386: Split out check_ioplRichard Henderson
2021-05-19target/i386: Split out check_vm86_ioplRichard Henderson
2021-05-19target/i386: Unify code paths for IRETRichard Henderson
2021-05-19target/i386: Split out check_cpl0Richard Henderson
2021-05-19target/i386: Split out gen_exception_gpfRichard Henderson
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini
2021-05-11target/i386: extract mmu_translatePaolo Bonzini
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana
2021-05-10i386: split tcg excp_helper into sysemu and user partsClaudio Fontana
2021-05-10i386: split smm helper (sysemu)Claudio Fontana
2021-05-10i386: split off sysemu-only functionality in tcg-cpuPaolo Bonzini
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana
2021-05-10target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstorRichard Henderson
2021-05-10target/i386: Rename helper_fldt, helper_fsttRichard Henderson
2021-04-01target/i386: Verify memory operand for lcall and ljmpRichard Henderson
2021-03-19target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini